Home
last modified time | relevance | path

Searched defs:impl (Results 976 - 1000 of 2148) sorted by relevance

1...<<31323334353637383940>>...86

/foundation/ability/form_fwk/test/mock/include/
H A Dmock_ecological_rule_manager.h34 explicit EcologicalRuleMgrProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IEcologicalRuleManager>(impl) in EcologicalRuleMgrProxy() argument
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dcast_service_listener_impl_stub.cpp77 auto impl = (object == nullptr) ? nullptr : iface_cast<ICastSessionImpl>(object); in GetCastSession() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/connection/
H A Djs_ui_service_host_proxy.cpp35 napi_ref JsUIServiceHostProxy::CreateJsUIServiceHostProxy(napi_env env, const sptr<IRemoteObject>& impl) in CreateJsUIServiceHostProxy() argument
62 JsUIServiceHostProxy::JsUIServiceHostProxy(const sptr<IRemoteObject>& impl) in JsUIServiceHostProxy() argument
H A Djs_ui_service_proxy.cpp29 napi_value JsUIServiceProxy::CreateJsUIServiceProxy(napi_env env, const sptr<IRemoteObject>& impl, in CreateJsUIServiceProxy() argument
55 JsUIServiceProxy::JsUIServiceProxy(const sptr<IRemoteObject>& impl, const sptr<IRemoteObject>& hostProxy) in JsUIServiceProxy() argument
/foundation/ability/ability_runtime/test/unittest/js_ui_service_host_proxy_test/
H A Djs_ui_service_host_proxy_test.cpp64 sptr<IRemoteObject> impl; in HWTEST_F() local
79 sptr<IRemoteObject> impl; in HWTEST_F() local
96 sptr<AppExecFwk::MockAbilityToken> impl = new (std::nothrow) AppExecFwk::MockAbilityToken(); in HWTEST_F() local
117 sptr<AppExecFwk::MockAbilityToken> impl = new (std::nothrow) AppExecFwk::MockAbilityToken(); in HWTEST_F() local
135 sptr<AppExecFwk::MockAbilityToken> impl = new (std::nothrow) AppExecFwk::MockAbilityToken(); HWTEST_F() local
154 sptr<AppExecFwk::MockAbilityToken> impl = new (std::nothrow) AppExecFwk::MockAbilityToken(); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_state_callback_proxy.cpp25 AppStateCallbackProxy::AppStateCallbackProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IAppStateCallback>(impl) in AppStateCallbackProxy() argument
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_bundle_manager.h37 explicit BundleMgrProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IBundleMgr>(impl) in BundleMgrProxy() argument
H A Dmock_application_proxy.h27 MockApplicationProxy(const sptr<IRemoteObject> &impl) : AppSchedulerProxy(impl) {} in MockApplicationProxy() argument
/foundation/ability/ability_runtime/test/fuzztest/apprunningstatusproxy_fuzzer/
H A Dapprunningstatusproxy_fuzzer.cpp54 sptr<IRemoteObject> impl; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dextension_impl_test.cpp74 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); in HWTEST_F() local
95 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); in HWTEST_F() local
119 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); in HWTEST_F() local
140 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
163 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
184 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
207 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
230 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
249 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
263 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
287 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
312 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
328 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
343 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
368 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
394 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
409 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
423 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
447 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
465 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
478 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
504 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
531 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
546 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
568 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
599 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
626 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
653 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
678 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/fuzztest/appforegroundstateobserverproxy_fuzzer/
H A Dappforegroundstateobserverproxy_fuzzer.cpp56 sptr<IRemoteObject> impl; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/renderstateobserverproxy_fuzzer/
H A Drenderstateobserverproxy_fuzzer.cpp56 sptr<IRemoteObject> impl; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/abilityforegroundstateobserverproxy_fuzzer/
H A Dabilityforegroundstateobserverproxy_fuzzer.cpp56 sptr<IRemoteObject> impl; in DoSomethingInterestingWithMyAPI() local
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_utils.cpp32 auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_NodeUtils_GetLayoutSize() local
45 auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_NodeUtils_GetLayoutPosition() local
58 auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_NodeUtils_GetLayoutPositionInWindow() local
72 auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_NodeUtils_GetLayoutPositionInScreen() local
86 auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_NodeUtils_GetPositionWithTranslateInWindow() local
101 auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); OH_ArkUI_NodeUtils_GetPositionWithTranslateInScreen() local
117 auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); OH_ArkUI_RegisterSystemColorModeChangeEvent() local
129 auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); OH_ArkUI_UnregisterSystemColorModeChangeEvent() local
139 auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); OH_ArkUI_RegisterSystemFontStyleChangeEvent() local
151 auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); OH_ArkUI_UnregisterSystemFontStyleChangeEvent() local
174 auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); OH_ArkUI_NodeUtils_AddCustomProperty() local
187 auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); OH_ArkUI_NodeUtils_RemoveCustomProperty() local
[all...]
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_bundle_manager.h54 explicit BundleMgrProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IBundleMgr>(impl) in BundleMgrProxy() argument
/foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_data_mgr_test/
H A Dapp_domain_verify_data_mgr_test.cpp44 MOC::impl = nullptr; in TearDownTestCase() member in OHOS::AppDomainVerify::MOC
121 MOC::impl = std::make_shared<MocAppDomainVerifyRdbDataManagerImpl>(); in HWTEST_F() member in OHOS::AppDomainVerify::MOC
141 MOC::impl = std::make_shared<MocAppDomainVerifyRdbDataManagerImpl>(); in HWTEST_F() member in OHOS::AppDomainVerify::MOC
174 MOC::impl = std::make_shared<MocAppDomainVerifyRdbDataManagerImpl>(); in HWTEST_F() member in OHOS::AppDomainVerify::MOC
194 MOC::impl = std::make_shared<MocAppDomainVerifyRdbDataManagerImpl>(); in HWTEST_F() member in OHOS::AppDomainVerify::MOC
262 MOC::impl in HWTEST_F() member in OHOS::AppDomainVerify::MOC
291 MOC::impl = std::make_shared<MocAppDomainVerifyRdbDataManagerImpl>(); HWTEST_F() member in OHOS::AppDomainVerify::MOC
310 MOC::impl = std::make_shared<MocAppDomainVerifyRdbDataManagerImpl>(); HWTEST_F() member in OHOS::AppDomainVerify::MOC
350 MOC::impl = std::make_shared<MocAppDomainVerifyRdbDataManagerImpl>(); HWTEST_F() member in OHOS::AppDomainVerify::MOC
366 MOC::impl = std::make_shared<MocAppDomainVerifyRdbDataManagerImpl>(); HWTEST_F() member in OHOS::AppDomainVerify::MOC
422 MOC::impl = std::make_shared<MocAppDomainVerifyRdbDataManagerImpl>(); HWTEST_F() member in OHOS::AppDomainVerify::MOC
436 MOC::impl = std::make_shared<MocAppDomainVerifyRdbDataManagerImpl>(); HWTEST_F() member in OHOS::AppDomainVerify::MOC
451 MOC::impl = std::make_shared<MocAppDomainVerifyRdbDataManagerImpl>(); HWTEST_F() member in OHOS::AppDomainVerify::MOC
466 MOC::impl = std::make_shared<MocAppDomainVerifyRdbDataManagerImpl>(); HWTEST_F() member in OHOS::AppDomainVerify::MOC
481 MOC::impl = std::make_shared<MocAppDomainVerifyRdbDataManagerImpl>(); HWTEST_F() member in OHOS::AppDomainVerify::MOC
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_mini_proxy.cpp24 BundleMgrMiniProxy::BundleMgrMiniProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBundleMgr>(impl) in BundleMgrMiniProxy() argument
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_central_manager_callback_proxy.cpp23 BluetoothBleCentralManagerCallBackProxy::BluetoothBleCentralManagerCallBackProxy(const sptr<IRemoteObject> &impl) in BluetoothBleCentralManagerCallBackProxy() argument
H A Dbluetooth_ble_peripheral_observer_proxy.cpp24 BluetoothBlePeripheralObserverProxy::BluetoothBlePeripheralObserverProxy(const sptr<IRemoteObject> &impl) in BluetoothBlePeripheralObserverProxy() argument
H A Dbluetooth_ble_advertise_callback_proxy.cpp21 BluetoothBleAdvertiseCallbackProxy::BluetoothBleAdvertiseCallbackProxy(const sptr<IRemoteObject> &impl) in BluetoothBleAdvertiseCallbackProxy() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_config.cpp25 struct ProfileConfig::impl { struct in OHOS::bluetooth::ProfileConfig
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_audio_manager.cpp27 struct BluetoothAudioManager::impl { struct in OHOS::Bluetooth::BluetoothAudioManager
37 BluetoothAudioManager::impl::impl() in impl() function in OHOS::Bluetooth::BluetoothAudioManager::impl
[all...]
/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_producer_listener.h33 explicit ProducerListenerProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IProducerListener>(impl) {}; in ProducerListenerProxy() argument
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_client_tracker_callback_proxy.cpp24 AudioClientTrackerCallbackProxy::AudioClientTrackerCallbackProxy(const sptr<IRemoteObject> &impl) in AudioClientTrackerCallbackProxy() argument
H A Daudio_policy_manager_listener_proxy.cpp24 AudioPolicyManagerListenerProxy::AudioPolicyManagerListenerProxy(const sptr<IRemoteObject> &impl) in AudioPolicyManagerListenerProxy() argument

Completed in 12 milliseconds

1...<<31323334353637383940>>...86