/base/useriam/user_auth_framework/frameworks/native/ipc/inc/ |
D | user_auth_callback_proxy.h | 28 …explicit UserAuthCallbackProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<UserAuthCallbackI… in UserAuthCallbackProxy() 42 explicit GetExecutorPropertyCallbackProxy(const sptr<IRemoteObject> &object) in GetExecutorPropertyCallbackProxy() 56 explicit SetExecutorPropertyCallbackProxy(const sptr<IRemoteObject> &object) in SetExecutorPropertyCallbackProxy()
|
D | user_idm_callback_proxy.h | 29 …explicit IdmCallbackProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IdmCallbackInterface>(… in IdmCallbackProxy() 43 explicit IdmGetCredentialInfoProxy(const sptr<IRemoteObject> &object) in IdmGetCredentialInfoProxy() 58 explicit IdmGetSecureUserInfoProxy(const sptr<IRemoteObject> &object) in IdmGetSecureUserInfoProxy()
|
/base/telephony/call_manager/services/call/src/ |
D | call_request_handler.cpp | 98 auto object = event->GetUniqueObject<AnswerCallPara>(); in AcceptCallEvent() local 117 auto object = event->GetUniqueObject<RejectCallPara>(); in RejectCallEvent() local 137 auto object = event->GetUniqueObject<int32_t>(); in HangUpCallEvent() local 156 auto object = event->GetUniqueObject<int32_t>(); in HoldCallEvent() local 175 auto object = event->GetUniqueObject<int32_t>(); in UnHoldCallEvent() local 194 auto object = event->GetUniqueObject<int32_t>(); in SwitchCallEvent() local 213 auto object = event->GetUniqueObject<int32_t>(); in CombineConferenceEvent() local 232 auto object = event->GetUniqueObject<int32_t>(); in SeparateConferenceEvent() local 251 auto object = event->GetUniqueObject<CallMediaUpdatePara>(); in UpdateCallMediaModeEvent() local 269 auto object = event->GetUniqueObject<StartRttPara>(); in StartRttEvent() local [all …]
|
/base/notification/eventhandler/interfaces/inner_api/ |
D | inner_event.h | 141 … static inline Pointer Get(uint32_t innerEventId, int64_t param, const std::shared_ptr<T> &object) in Get() 157 static inline Pointer Get(uint32_t innerEventId, int64_t param, const std::weak_ptr<T> &object) in Get() 173 static inline Pointer Get(uint32_t innerEventId, int64_t param, std::unique_ptr<T, D> &&object) in Get() 189 static inline Pointer Get(uint32_t innerEventId, int64_t param, std::unique_ptr<T, D> &object) in Get() 324 std::unique_ptr<T> &object = *reinterpret_cast<std::unique_ptr<T> *>(smartPtr_); in GetUniqueObject() local 341 std::unique_ptr<T, D> &object = *reinterpret_cast<std::unique_ptr<T, D> *>(smartPtr_); in GetUniqueObject() local 419 inline void SaveSharedPtr(const T &object) in SaveSharedPtr() 427 inline void SaveUniquePtr(T &object) in SaveUniquePtr()
|
/base/telephony/call_manager/services/telephony_interaction/src/ |
D | report_call_info_handler.cpp | 77 auto object = event->GetUniqueObject<CallDetailInfo>(); in ReportCallInfo() local 97 auto object = event->GetUniqueObject<CallDetailsInfo>(); in ReportCallsInfo() local 117 auto object = event->GetUniqueObject<DisconnectedDetails>(); in ReportDisconnectedCause() local 137 auto object = event->GetUniqueObject<CellularCallEventInfo>(); in ReportEventInfo() local 157 auto object = event->GetUniqueObject<OttCallEventInfo>(); in ReportOttEvent() local 177 auto object = event->GetUniqueObject<CallMediaModeResponse>(); in OnUpdateMediaModeResponse() local
|
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/ |
D | napi_hitrace_util.cpp | 53 napi_status SetNamedProperty(const napi_env env, napi_value& object, in SetNamedProperty() 63 napi_value GetPropertyByName(const napi_env env, const napi_value& object, in GetPropertyByName() 138 void NapiHitraceUtil::SetPropertyInt32(const napi_env env, napi_value& object, in SetPropertyInt32() 145 void NapiHitraceUtil::SetPropertyInt64(const napi_env env, napi_value& object, in SetPropertyInt64() 152 void NapiHitraceUtil::SetPropertyBigInt64(const napi_env env, napi_value& object, in SetPropertyBigInt64() 159 uint32_t NapiHitraceUtil::GetPropertyInt32(const napi_env env, const napi_value& object, in GetPropertyInt32() 183 uint64_t NapiHitraceUtil::GetPropertyInt64(const napi_env env, const napi_value& object, in GetPropertyInt64() 207 uint64_t NapiHitraceUtil::GetPropertyBigInt64(const napi_env env, const napi_value& object, in GetPropertyBigInt64()
|
/base/security/device_security_level/interfaces/inner_api/src/standard/ |
D | device_security_level_loader.cpp | 41 auto object = registry->GetSystemAbility(DEVICE_SECURITY_LEVEL_MANAGER_SA_ID); in LoadDslmService() local 55 …velLoader::LoadCallback::OnLoadSystemAbilitySuccess(int32_t sid, const sptr<IRemoteObject> &object) in OnLoadSystemAbilitySuccess()
|
/base/telephony/call_manager/frameworks/js/napi/src/ |
D | napi_call_manager_utils.cpp | 157 napi_value NapiCallManagerUtils::GetNamedProperty(napi_env env, napi_value object, const std::strin… in GetNamedProperty() 164 std::string NapiCallManagerUtils::GetStringProperty(napi_env env, napi_value object, const std::str… in GetStringProperty() 181 int32_t NapiCallManagerUtils::GetIntProperty(napi_env env, napi_value object, const std::string &pr… in GetIntProperty() 197 napi_env env, napi_value object, const std::string &propertyName, int32_t &result) in GetUssdIntProperty() 212 napi_env env, napi_value object, const std::string &propertyName, std::string &result) in GetUssdStringProperty() 230 bool NapiCallManagerUtils::GetBoolProperty(napi_env env, napi_value object, const std::string &prop… in GetBoolProperty() 245 void NapiCallManagerUtils::SetPropertyInt32(napi_env env, napi_value object, std::string name, int3… in SetPropertyInt32() 252 void NapiCallManagerUtils::SetPropertyStringUtf8(napi_env env, napi_value object, std::string name,… in SetPropertyStringUtf8() 259 void NapiCallManagerUtils::SetPropertyBoolean(napi_env env, napi_value object, std::string name, in… in SetPropertyBoolean()
|
/base/customization/enterprise_device_management/test/unittest/mock/src/ |
D | edm_sys_manager_mock.cpp | 37 auto object = sysAbilityMgr->GetSystemAbility(systemAbilityId); in GetRemoteObjectOfSystemAbility() local 47 …ysManager::RegisterSystemAbilityOfRemoteObject(int32_t systemAbilityId, sptr<IRemoteObject> object) in RegisterSystemAbilityOfRemoteObject()
|
/base/request/request/download/interfaces/kits/js/napi/download_single/src/ |
D | napi_utils.cpp | 40 bool HasNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in HasNamedProperty() 47 napi_value GetNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in GetNamedProperty() 59 std::vector<std::string> GetPropertyNames(napi_env env, napi_value object) in GetPropertyNames() 96 uint32_t GetUint32Property(napi_env env, napi_value object, const std::string &propertyName) in GetUint32Property() 105 void SetUint32Property(napi_env env, napi_value object, const std::string &name, uint32_t value) in SetUint32Property() 154 std::string GetStringPropertyUtf8(napi_env env, napi_value object, const std::string &propertyName) in GetStringPropertyUtf8() 163 void SetStringPropertyUtf8(napi_env env, napi_value object, const std::string &name, const std::str… in SetStringPropertyUtf8() 175 napi_value object = nullptr; in CreateObject() local 197 bool GetBooleanProperty(napi_env env, napi_value object, const std::string &propertyName) in GetBooleanProperty()
|
/base/useriam/pin_auth/frameworks/ipc/inc/ |
D | pin_auth_proxy.h | 30 … explicit PinAuthProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<PinAuthInterface>(object) in PinAuthProxy()
|
/base/powermgr/battery_manager/services/native/test/unittest/mock/source/ |
D | mock_peer_holder.cpp | 19 PeerHolder::PeerHolder(const sptr<IRemoteObject>& object) : remoteObject_(object) {} in PeerHolder()
|
/base/powermgr/thermal_manager/services/native/test/unittest/mock/src/ |
D | mock_peer_holder.cpp | 19 PeerHolder::PeerHolder(const sptr<IRemoteObject>& object) : remoteObject_(object) {} in PeerHolder()
|
/base/powermgr/battery_statistics/services/native/test/unittest/mock/source/ |
D | mock_peer_holder.cpp | 19 PeerHolder::PeerHolder(const sptr<IRemoteObject> &object) : remoteObject_(object) {} in PeerHolder()
|
/base/theme/wallpaper_mgr/services/include/ |
D | wallpaper_color_change_listener_proxy.h | 32 explicit WallpaperColorChangeListenerProxy(const sptr<IRemoteObject> &object) in WallpaperColorChangeListenerProxy()
|
D | wallpaper_service_cb_proxy.h | 28 …explicit WallpaperServiceCbProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IWallpaperCallb… in WallpaperServiceCbProxy()
|
/base/powermgr/power_manager/services/native/test/unittest/mock/ |
D | mock_peer_holder.cpp | 19 PeerHolder::PeerHolder(const sptr<IRemoteObject>& object) : remoteObject_(object) {} in PeerHolder()
|
/base/notification/common_event_service/services/src/ |
D | bms_death_recipient.cpp | 32 sptr<IRemoteObject> object = wptrDeath.promote(); in OnRemoteDied() local
|
D | ability_manager_death_recipient.cpp | 32 sptr<IRemoteObject> object = wptrDeath.promote(); in OnRemoteDied() local
|
D | subscriber_death_recipient.cpp | 31 sptr<IRemoteObject> object = remote.promote(); in OnRemoteDied() local
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
D | app_account_subscribe_death_recipient.cpp | 30 sptr<IRemoteObject> object = remote.promote(); in OnRemoteDied() local
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
D | os_account_subscribe_death_recipient.cpp | 31 sptr<IRemoteObject> object = remote.promote(); in OnRemoteDied() local
|
/base/sensors/sensor/utils/include/ |
D | death_recipient_template.h | 28 virtual void OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied()
|
/base/msdp/device_status/utils/include/ |
D | death_recipient.h | 30 virtual void OnRemoteDied(const wptr<IRemoteObject>& object) in OnRemoteDied()
|
/base/customization/enterprise_device_management/services/edm/src/ |
D | ability_manager_death_recipient.cpp | 32 sptr<IRemoteObject> object = wptrDeath.promote(); in OnRemoteDied() local
|