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.cpp68 auto core = bss->GetBatteryStatsCore(); in CalculateForConnectivity() local
82 auto core = bss->GetBatteryStatsCore(); in CalculateForCommon() local
125 auto core = bss->GetBatteryStatsCore(); in Calculate() local
171 auto core = bss->GetBatteryStatsCore(); in GetPowerForConnectivity() local
186 auto core = bss->GetBatteryStatsCore(); in GetPowerForCommon() local
267 auto core = bss->GetBatteryStatsCore(); in DumpForBluetooth() local
282 auto core = bss->GetBatteryStatsCore(); in DumpForCommon() local
337 auto core = bss->GetBatteryStatsCore(); in DumpInfo() local
Dbluetooth_entity.cpp435 auto core = bss->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.cpp307 int32_t PerUserSession::RemoveIme(const sptr<IInputMethodCore> &core, ImeType type) in RemoveIme()
660 int32_t PerUserSession::OnSetCoreAndAgent(const sptr<IInputMethodCore> &core, const sptr<IRemoteObj… in OnSetCoreAndAgent()
687 int32_t PerUserSession::OnRegisterProxyIme(const sptr<IInputMethodCore> &core, const sptr<IRemoteOb… in OnRegisterProxyIme()
709 …t PerUserSession::OnUnRegisteredProxyIme(UnRegisteredType type, const sptr<IInputMethodCore> &core) in OnUnRegisteredProxyIme()
844 int32_t PerUserSession::AddImeData(ImeType type, sptr<IInputMethodCore> core, sptr<IRemoteObject> a… in AddImeData()
1499 int32_t PerUserSession::UpdateImeData(sptr<IInputMethodCore> core, sptr<IRemoteObject> agent, pid_t… in UpdateImeData()
Dinput_method_system_ability.cpp456 int32_t InputMethodSystemAbility::SetCoreAndAgent(const sptr<IInputMethodCore> &core, const sptr<IR… in SetCoreAndAgent()
1565 …ethodSystemAbility::UnRegisteredProxyIme(UnRegisteredType type, const sptr<IInputMethodCore> &core) in UnRegisteredProxyIme()
/base/powermgr/battery_statistics/services/native/src/
Dbattery_stats_detector.cpp47 auto core = bss->GetBatteryStatsCore(); in HandleStatsChangedEvent() local
235 auto core = BatteryStatsService::GetInstance()->GetBatteryStatsCore(); in HandleDebugInfo() local
Dbattery_stats_dumper.cpp43 auto core = bss->GetBatteryStatsCore(); in Dump() local
/base/inputmethod/imf/test/fuzztest/perusersession_fuzzer/
Dperusersession_fuzzer.cpp88 auto core = iface_cast<IInputMethodCore>(coreStub->AsObject()); in FuzzPerUserSession() local
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_private_member_test.cpp262 sptr<InputMethodCoreStub> core = new InputMethodCoreStub(); variable
311 sptr<InputMethodCoreStub> core = new InputMethodCoreStub(); variable
Dinput_method_ability_test.cpp287 sptr<IInputMethodCore> core = coreStub; variable
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_system_ability_proxy.cpp109 const sptr<IInputMethodCore> &core, const sptr<IRemoteObject> &agent) in SetCoreAndAgent()
145 …SystemAbilityProxy::UnRegisteredProxyIme(UnRegisteredType type, const sptr<IInputMethodCore> &core) in UnRegisteredProxyIme()