Home
last modified time | relevance | path

Searched defs:object (Results 101 - 125 of 1534) sorted by relevance

12345678910>>...62

/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/
H A Dmock_system_ability_proxy.h35 sptr<MockIRemoteObject> object = new MockIRemoteObject(); in GetSystemAbility() local
/base/sensors/miscdevice/utils/common/include/
H A Ddeath_recipient_template.h28 virtual void OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied() argument
/base/security/security_guard/frameworks/common/collector/src/
H A Dcollector_service_loader.cpp34 auto object = registry->CheckSystemAbility(SECURITY_COLLECTOR_MANAGER_SA_ID); in LoadCollectorService() local
52 void CollectorServiceLoader::LoadCallback::OnLoadSystemAbilitySuccess(int32_t sid, const sptr<IRemoteObject> &object) in OnLoadSystemAbilitySuccess() argument
/base/sensors/medical_sensor/utils/include/
H A Ddeath_recipient_template.h28 virtual void OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied() argument
/base/sensors/sensor/utils/common/include/
H A Ddeath_recipient_template.h28 virtual void OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied() argument
/base/telephony/call_manager/services/call_report/src/
H A Dcall_ability_callback_death_recipient.cpp34 void CallAbilityCallbackDeathRecipient::OnRemoteDied(const OHOS::wptr<OHOS::IRemoteObject> &object) in OnRemoteDied() argument
/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service_cb_proxy.h30 explicit WallpaperServiceCbProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IWallpaperCallback>(object) in WallpaperServiceCbProxy() argument
/base/telephony/state_registry/frameworks/js/napi/include/
H A Devent_listener_manager.h32 inline static bool SendEvent(uint32_t innerEventId, std::unique_ptr<T, D> &object, int64_t delayTime = 0) in SendEvent() argument
/base/telephony/state_registry/frameworks/cj/src/
H A Dtelephony_observer_impl.h31 inline static bool SendEvent(uint32_t innerEventId, std::unique_ptr<T, D> &object, int64_t delayTime = 0) in SendEvent() argument
/base/useriam/user_auth_framework/frameworks/native/ipc/inc/
H A Duser_auth_callback_proxy.h28 explicit UserAuthCallbackProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<UserAuthCallbackInterface>(object) in UserAuthCallbackProxy() argument
42 explicit GetExecutorPropertyCallbackProxy(const sptr<IRemoteObject> &object) in GetExecutorPropertyCallbackProxy() argument
56 explicit SetExecutorPropertyCallbackProxy(const sptr<IRemoteObject> &object) in SetExecutorPropertyCallbackProxy() argument
H A Duser_auth_event_listener_proxy.h27 explicit AuthEventListenerProxy(const sptr<IRemoteObject> &object) in AuthEventListenerProxy() argument
H A Duser_idm_callback_proxy.h29 explicit IdmCallbackProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IdmCallbackInterface>(object) in IdmCallbackProxy() argument
43 explicit IdmGetCredentialInfoProxy(const sptr<IRemoteObject> &object) in IdmGetCredentialInfoProxy() argument
57 explicit IdmGetSecureUserInfoProxy(const sptr<IRemoteObject> &object) in IdmGetSecureUserInfoProxy() argument
H A Dwidget_callback_proxy.h28 explicit WidgetCallbackProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<WidgetCallbackInterface>(object) in WidgetCallbackProxy() argument
/base/useriam/pin_auth/frameworks/ipc/inc/
H A Dpin_auth_proxy.h30 explicit PinAuthProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<PinAuthInterface>(object) in PinAuthProxy() argument
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/
H A Dsys_mgr_client_mock.cpp34 OHOS::sptr<OHOS::IRemoteObject> object = systemAbilityManager->GetSystemAbility(systemAbilityId); in GetSystemAbility() local
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Drunning_form_info.cpp113 std::unique_ptr<RunningFormInfo> object = std::make_unique<RunningFormInfo>(); in Unmarshalling() local
H A Dform_share_info.cpp96 std::unique_ptr<FormShareInfo> object = std::make_unique<FormShareInfo>(); in Unmarshalling() local
H A Dform_instance.cpp106 std::unique_ptr<FormInstance> object = std::make_unique<FormInstance>(); in Unmarshalling() local
H A Dform_instances_filter.cpp66 std::unique_ptr<FormInstancesFilter> object = std::make_unique<FormInstancesFilter>(); in Unmarshalling() local
/foundation/ability/form_fwk/services/src/
H A Dmem_status_listener.cpp28 void MemStatusListener::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied() argument
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dsys_mgr_client_mock.cpp35 OHOS::sptr<OHOS::IRemoteObject> object = abilityManager->GetSystemAbility(systemAbilityId); in GetSystemAbility() local
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_napi_test.cpp79 void* object = OH_ArkUI_QueryModuleInterfaceByName(static_cast<ArkUI_NativeAPIVariantKind>(-1), ""); in HWTEST_F() local
90 void* object = OH_ArkUI_QueryModuleInterfaceByName(ARKUI_NATIVE_NODE, ""); in HWTEST_F() local
101 void* object = OH_ArkUI_QueryModuleInterfaceByName(ARKUI_NATIVE_DIALOG, ""); in HWTEST_F() local
112 void* object = OH_ArkUI_QueryModuleInterfaceByName(ARKUI_NATIVE_GESTURE, ""); in HWTEST_F() local
123 void* object = OH_ArkUI_QueryModuleInterfaceByName(ARKUI_NATIVE_ANIMATE, ""); in HWTEST_F() local
134 void* object = OH_ArkUI_QueryModuleInterfaceByName( HWTEST_F() local
[all...]
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/addappjumpcontrolrule_fuzzer/
H A Daddappjumpcontrolrule_fuzzer.cpp31 sptr<IRemoteObject> object; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/cleancachecallbackproxy_fuzzer/
H A Dcleancachecallbackproxy_fuzzer.cpp28 sptr<IRemoteObject> object; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/deleteappinstallcontrolrule_fuzzer/
H A Ddeleteappinstallcontrolrule_fuzzer.cpp27 sptr<IRemoteObject> object; in DoSomethingInterestingWithMyAPI() local

Completed in 7 milliseconds

12345678910>>...62