/ohos5.0/drivers/peripheral/camera/test/ut/pipeline_core/ |
H A D | pipeline_core_test.cpp | 62 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create(); variable 82 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create(); variable 102 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create(); variable 126 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create(); variable 153 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create(); variable 177 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create(); variable 201 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create(); variable 216 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create(); variable 235 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create(); variable 263 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create(); variable [all …]
|
/ohos5.0/base/powermgr/battery_statistics/services/native/src/entities/ |
H A D | uid_entity.cpp | 68 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
|
H A D | bluetooth_entity.cpp | 435 auto core = bss->GetBatteryStatsCore(); in GetBluetoothUidPower() local
|
/ohos5.0/base/inputmethod/imf/services/src/ |
H A 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
|
H A D | peruser_session.cpp | 307 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()
|
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | component_mgr.cpp | 44 auto core = iter->second; in CreateComponentInstance() local 94 auto core = std::make_shared<CodecOMXCore>(); in AddComponentByLibName() local 126 int32_t ComponentMgr::GetCoreOfComponent(CodecOMXCore* &core, const std::string compName) in GetCoreOfComponent()
|
H A D | codec_component_service.cpp | 259 OHOS::Codec::Omx::CodecOMXCore *core; in SetComponentRole() local
|
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | component_mgr.cpp | 45 auto core = iter->second; in CreateComponentInstance() local 94 auto core = std::make_shared<CodecOMXCore>(); in AddComponentByLibName() local 126 int32_t ComponentMgr::GetCoreOfComponent(CodecOMXCore* &core, const char *componentName) in GetCoreOfComponent()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/ |
H A D | mod.rs | 16 mod core; module
|
H A D | core.rs | 30 pub(crate) async fn core<P, C>(par_iter: P, consumer: C) -> Result<C::Output, ScheduleError> in core() function
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
H A D | foreign.rs | 93 impl core::ops::Deref for $owned { impl 103 impl core::ops::DerefMut for $owned { impl
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/include/ |
H A D | net_policy_core.h | 55 std::shared_ptr<NetPolicyBase> core = std::make_shared<NetPolicyBase>(); in CreateCore() local 86 AppStatus(std::shared_ptr<NetPolicyCore> core) in AppStatus()
|
/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/ |
H A D | component_mgr.h | 33 std::shared_ptr<CodecOMXCore> core; member
|
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/ |
H A D | component_mgr.h | 33 std::shared_ptr<CodecOMXCore> core; member
|
/ohos5.0/drivers/external_device_manager/test/unittest/device_manager_test/ |
H A D | device_manager_test.cpp | 64 BusExtensionCore &core = BusExtensionCore::GetInstance(); variable 165 BusExtensionCore &core = BusExtensionCore::GetInstance(); variable
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/common/ |
H A D | net_policy_event_handler.cpp | 23 NetPolicyEventHandler::NetPolicyEventHandler(const std::shared_ptr<NetPolicyCore> &core, ffrt::queu… in NetPolicyEventHandler()
|
/ohos5.0/drivers/external_device_manager/test/moduletest/bus_extension_core_mt/ |
H A D | bus_extension_core_mt.cpp | 54 BusExtensionCore &core = BusExtensionCore::GetInstance(); in main() local
|
/ohos5.0/base/powermgr/battery_statistics/services/native/src/ |
H A D | battery_stats_dumper.cpp | 43 auto core = bss->GetBatteryStatsCore(); in Dump() local
|
H A D | battery_stats_detector.cpp | 47 auto core = bss->GetBatteryStatsCore(); in HandleStatsChangedEvent() local 235 auto core = BatteryStatsService::GetInstance()->GetBatteryStatsCore(); in HandleDebugInfo() local
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/ |
H A D | net_policy_core.cpp | 76 for (const auto &core : cores_) { in HandleEvent() local 185 std::shared_ptr<NetPolicyCore> core) in ReceiveMessage()
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/perusersession_fuzzer/ |
H A D | perusersession_fuzzer.cpp | 88 auto core = iface_cast<IInputMethodCore>(coreStub->AsObject()); in FuzzPerUserSession() local
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_private_member_test.cpp | 262 sptr<InputMethodCoreStub> core = new InputMethodCoreStub(); variable 311 sptr<InputMethodCoreStub> core = new InputMethodCoreStub(); variable
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_method_system_ability_proxy.cpp | 109 const sptr<IInputMethodCore> &core, const sptr<IRemoteObject> &agent) in SetCoreAndAgent() 145 …SystemAbilityProxy::UnRegisteredProxyIme(UnRegisteredType type, const sptr<IInputMethodCore> &core) in UnRegisteredProxyIme()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/capturer/ |
H A D | module_inner_capturer_sink.c | 70 pa_core *core; member
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | hdi_source.c | 68 pa_core *core; member
|