Searched defs:core (Results 1 – 11 of 11) sorted by relevance
| /base/powermgr/battery_statistics/services/native/src/entities/ |
| D | uid_entity.cpp | 66 auto core = g_statsService->GetBatteryStatsCore(); in CalculateForConnectivity() local 79 auto core = g_statsService->GetBatteryStatsCore(); in CalculateForCommon() local 121 auto core = g_statsService->GetBatteryStatsCore(); in Calculate() local 166 auto core = g_statsService->GetBatteryStatsCore(); in GetPowerForConnectivity() local 180 auto core = g_statsService->GetBatteryStatsCore(); in GetPowerForCommon() local 260 auto core = g_statsService->GetBatteryStatsCore(); in DumpForBluetooth() local 274 auto core = g_statsService->GetBatteryStatsCore(); in DumpForCommon() local 328 auto core = g_statsService->GetBatteryStatsCore(); in DumpInfo() local
|
| D | bluetooth_entity.cpp | 430 auto core = g_statsService->GetBatteryStatsCore(); in GetBluetoothUidPower() local
|
| /base/inputmethod/imf/services/src/ |
| D | ime_aging_manager.cpp | 85 auto core = it->second->data.core; in Clear() local 105 auto core = oldestIme->second->data.core; in ClearOldest() local 123 auto core = it->second->data.core; in AgingCache() local
|
| D | peruser_session.cpp | 242 int32_t PerUserSession::RemoveIme(const sptr<IInputMethodCore> &core, ImeType type) in RemoveIme() 568 int32_t PerUserSession::OnSetCoreAndAgent(const sptr<IInputMethodCore> &core, const sptr<IInputMeth… in OnSetCoreAndAgent() 589 int32_t PerUserSession::OnRegisterProxyIme(const sptr<IInputMethodCore> &core, const sptr<IInputMet… in OnRegisterProxyIme() 611 …t PerUserSession::OnUnRegisteredProxyIme(UnRegisteredType type, const sptr<IInputMethodCore> &core) in OnUnRegisteredProxyIme() 751 int32_t PerUserSession::AddImeData(ImeType type, sptr<IInputMethodCore> core, sptr<IInputMethodAgen… in AddImeData()
|
| D | input_method_system_ability.cpp | 364 const sptr<IInputMethodCore> &core, const sptr<IInputMethodAgent> &agent) in SetCoreAndAgent() 1088 …ethodSystemAbility::UnRegisteredProxyIme(UnRegisteredType type, const sptr<IInputMethodCore> &core) in UnRegisteredProxyIme()
|
| /base/powermgr/battery_statistics/services/native/src/ |
| D | battery_stats_dumper.cpp | 43 auto core = bss->GetBatteryStatsCore(); in Dump() local
|
| D | battery_stats_detector.cpp | 47 auto core = bss->GetBatteryStatsCore(); in HandleStatsChangedEvent() local 235 auto core = DelayedStatsSpSingleton<BatteryStatsService>::GetInstance()->GetBatteryStatsCore(); in HandleDebugInfo() local
|
| /base/inputmethod/imf/test/fuzztest/perusersession_fuzzer/ |
| D | perusersession_fuzzer.cpp | 87 auto core = iface_cast<IInputMethodCore>(coreStub->AsObject()); in FuzzPerUserSession() local
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
| D | input_method_system_ability_proxy.cpp | 93 const sptr<IInputMethodCore> &core, const sptr<IInputMethodAgent> &agent) in SetCoreAndAgent() 126 …SystemAbilityProxy::UnRegisteredProxyIme(UnRegisteredType type, const sptr<IInputMethodCore> &core) in UnRegisteredProxyIme()
|
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| D | input_method_private_member_test.cpp | 286 sptr<InputMethodCoreStub> core = new InputMethodCoreStub(); variable 337 sptr<InputMethodCoreStub> core = new InputMethodCoreStub(); variable
|
| D | input_method_ability_test.cpp | 206 sptr<IInputMethodCore> core = coreStub; variable
|