Home
last modified time | relevance | path

Searched defs:object (Results 301 - 325 of 2388) sorted by relevance

1...<<11121314151617181920>>...96

/base/telephony/core_service/services/tel_ril/include/
H A Dobserver_handler.h59 void NotifyObserver(int32_t what, std::shared_ptr<T> object) in NotifyObserver() argument
/base/time/time_service/services/ipc/proxy/
H A Dtimer_notify_callback_proxy.cpp20 TimerNotifyCallbackProxy::TimerNotifyCallbackProxy(const sptr<IRemoteObject> &object) in TimerNotifyCallbackProxy() argument
H A Dtimer_call_back_proxy.cpp20 TimerCallbackProxy::TimerCallbackProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<ITimerCallback>(object) in TimerCallbackProxy() argument
/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_manager.h62 ScreenLockManager::GetInstance()->OnRemoteSaDied(object); variable
/base/theme/wallpaper_mgr/frameworks/native/include/
H A Dwallpaper_service_proxy.h29 explicit WallpaperServiceProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IWallpaperService>(object) in WallpaperServiceProxy() argument
/base/useriam/face_auth/frameworks/ipc/src/
H A Dface_auth_proxy.cpp38 FaceAuthProxy::FaceAuthProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IFaceAuth>(object) in FaceAuthProxy() argument
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_sub_stub.cpp47 int32_t InterIpcSubStub::SetListenerObject(std::string key, const sptr<IRemoteObject> &object) in SetListenerObject() argument
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/
H A Dmock_overlay_manager.cpp25 OverlayManagerProxy::OverlayManagerProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IOverlayManager>(object) in OverlayManagerProxy() argument
/foundation/ability/form_fwk/services/include/
H A Dform_ecological_rule_service.h60 explicit FormEcologicalRuleProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IFormEcologicalRule>(object) in FormEcologicalRuleProxy() argument
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/hdi_adapter/
H A Dheadset_host_manager.cpp58 sptr<IRemoteObject> object = OHOS::HDI::hdi_objcast< in RegisterEngineHDIDeathRecipient() local
88 sptr<IRemoteObject> object = OHOS::HDI::hdi_objcast< in DeregisterEngineHDIDeathRecipient() local
/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params_wrapper.h29 inline static IDistributedWantParams* Query(AAFwk::IInterface* object) in INTERFACE() argument
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/
H A Dtrigger_host_manager.cpp75 sptr<IRemoteObject> object = OHOS::HDI::hdi_objcast< in RegisterTriggerHDIDeathRecipient() local
/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Dbase_obj.h25 inline static IObject *Query(IInterface & object) /* [in] */ in INTERFACE() argument
41 inline static IWeakReference *Query(IInterface * object) /* [in] */ in INTERFACE() argument
55 inline static IWeakReferenceSource *Query(IInterface * object) /* [in] */ in INTERFACE() argument
[all...]
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_overlay_manager.cpp22 OverlayManagerProxy::OverlayManagerProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IOverlayManager>(object) in OverlayManagerProxy() argument
H A Dsys_mgr_client_mock.cpp42 OHOS::sptr<OHOS::IRemoteObject> object = abilityManager->GetSystemAbility(systemAbilityId); in GetSystemAbility() local
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/sa_mgr/src/
H A Dsa_mgr_client_mock.cpp40 OHOS::sptr<OHOS::IRemoteObject> object = systemAbilityManager->GetSystemAbility(systemAbilityId); in GetSystemAbility() local
56 OHOS::sptr<OHOS::IRemoteObject> object = systemAbilityManager->CheckSystemAbility(systemAbilityId); in CheckSystemAbility() local
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/
H A Ddomain_rpc_service_proxy.cpp29 int32_t DomainRpcServiceProxy::SetListenerObject(const sptr<IRemoteObject> &object) in SetListenerObject() argument
/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Ddouble_wrapper.cpp43 sptr<IDouble> object = sptr<Double>::MakeSptr(value); in Box() local
47 double Double::Unbox(IDouble *object) /* [in] */ in Unbox() argument
56 sptr<IDouble> object; in Parse() local
H A Dshort_wrapper.cpp43 sptr<IShort> object = sptr<Short>::MakeSptr(value); in Box() local
47 short Short::Unbox(IShort *object) /* [in] */ in Unbox() argument
56 sptr<IShort> object; in Parse() local
H A Dfloat_wrapper.cpp43 sptr<IFloat> object = sptr<Float>::MakeSptr(value); in Box() local
47 float Float::Unbox(IFloat *object) /* [in] */ in Unbox() argument
56 sptr<IFloat> object; in Parse() local
H A Dint_wrapper.cpp43 sptr<IInteger> object = sptr<Integer>::MakeSptr(value); in Box() local
47 int Integer::Unbox(IInteger *object) /* [in] */ in Unbox() argument
56 sptr<IInteger> object; in Parse() local
H A Dlong_wrapper.cpp43 sptr<ILong> object = sptr<Long>::MakeSptr(value); in Box() local
47 long Long::Unbox(ILong *object) /* [in] */ in Unbox() argument
56 sptr<ILong> object; in Parse() local
H A Dstring_wrapper.cpp43 sptr<IString> object = sptr<String>::MakeSptr(str); in Box() local
47 std::string String::Unbox(IString *object) /* [in] */ in Unbox() argument
56 sptr<IString> object = sptr<String>::MakeSptr(str); in Parse() local
H A Dremote_object_wrapper.cpp35 sptr<IRemoteObject> RemoteObjectWrap::UnBox(IRemoteObjectWrap *object) in UnBox() argument
H A Dbyte_wrapper.cpp43 sptr<IByte> object = sptr<Byte>::MakeSptr(value); in Box() local
47 byte Byte::Unbox(IByte *object) /* [in] */ in Unbox() argument
56 sptr<IByte> object; in Parse() local

Completed in 6 milliseconds

1...<<11121314151617181920>>...96