Searched refs:xPrimaryAccess (Results 1 – 1 of 1) sorted by relevance
145 impl_checkGetKeyCommands(m_xGlobalAccelCfg, xPrimaryAccess, sKeys); in checkGlobalAccelCfg()161 impl_checkRemoveKeyCommands(m_xGlobalAccelCfg, xPrimaryAccess, xSecondaryAccess, sKeys); in checkGlobalAccelCfg()238 impl_checkGetKeyCommands(m_xModuleAccelCfg, xPrimaryAccess, sKeys); in checkModuleAccelCfg()425 if (!xPrimaryAccess.hasByName(sKeys[i]) && !xSecondaryAccess.hasByName(sKeys[i])) in impl_checkSetKeyCommands()429 if (xPrimaryAccess.hasByName(sKeys[i])) in impl_checkSetKeyCommands()438 else if (xPrimaryAccess.hasByName(sKeys[i])) in impl_checkSetKeyCommands()440 String sOriginalCommand = getCommandFromConfiguration(xPrimaryAccess, sKeys[i]); in impl_checkSetKeyCommands()497 if (!xPrimaryAccess.hasByName(sKeys[i]) && !xSecondaryAccess.hasByName(sKeys[i])) in impl_checkRemoveKeyCommands()501 else if (xPrimaryAccess.hasByName(sKeys[i])) in impl_checkRemoveKeyCommands()505 if (!xPrimaryAccess.hasByName(sKeys[i])) in impl_checkRemoveKeyCommands()[all …]
Completed in 22 milliseconds