Home
last modified time | relevance | path

Searched defs:core (Results 1 – 11 of 11) sorted by relevance

/base/powermgr/battery_statistics/services/native/src/entities/
Duid_entity.cpp66 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
Dbluetooth_entity.cpp430 auto core = g_statsService->GetBatteryStatsCore(); in GetBluetoothUidPower() local
/base/inputmethod/imf/services/src/
Dime_aging_manager.cpp85 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
Dperuser_session.cpp242 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()
Dinput_method_system_ability.cpp364 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/
Dbattery_stats_dumper.cpp43 auto core = bss->GetBatteryStatsCore(); in Dump() local
Dbattery_stats_detector.cpp47 auto core = bss->GetBatteryStatsCore(); in HandleStatsChangedEvent() local
235 auto core = DelayedStatsSpSingleton<BatteryStatsService>::GetInstance()->GetBatteryStatsCore(); in HandleDebugInfo() local
/base/inputmethod/imf/test/fuzztest/perusersession_fuzzer/
Dperusersession_fuzzer.cpp87 auto core = iface_cast<IInputMethodCore>(coreStub->AsObject()); in FuzzPerUserSession() local
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_system_ability_proxy.cpp93 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/
Dinput_method_private_member_test.cpp286 sptr<InputMethodCoreStub> core = new InputMethodCoreStub(); variable
337 sptr<InputMethodCoreStub> core = new InputMethodCoreStub(); variable
Dinput_method_ability_test.cpp206 sptr<IInputMethodCore> core = coreStub; variable