Home
last modified time | relevance | path

Searched defs:object (Results 1 – 25 of 218) sorted by relevance

123456789

/base/useriam/user_auth_framework/frameworks/native/ipc/inc/
Duser_auth_callback_proxy.h28 …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()
Duser_idm_callback_proxy.h29 …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/
Dcall_request_handler.cpp98 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/
Dinner_event.h141 … 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/
Dreport_call_info_handler.cpp77 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/
Dnapi_hitrace_util.cpp53 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/
Ddevice_security_level_loader.cpp41 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/
Dnapi_call_manager_utils.cpp157 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/
Dedm_sys_manager_mock.cpp37 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/
Dnapi_utils.cpp40 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/
Dpin_auth_proxy.h30 … explicit PinAuthProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<PinAuthInterface>(object) in PinAuthProxy()
/base/powermgr/battery_manager/services/native/test/unittest/mock/source/
Dmock_peer_holder.cpp19 PeerHolder::PeerHolder(const sptr<IRemoteObject>& object) : remoteObject_(object) {} in PeerHolder()
/base/powermgr/thermal_manager/services/native/test/unittest/mock/src/
Dmock_peer_holder.cpp19 PeerHolder::PeerHolder(const sptr<IRemoteObject>& object) : remoteObject_(object) {} in PeerHolder()
/base/powermgr/battery_statistics/services/native/test/unittest/mock/source/
Dmock_peer_holder.cpp19 PeerHolder::PeerHolder(const sptr<IRemoteObject> &object) : remoteObject_(object) {} in PeerHolder()
/base/theme/wallpaper_mgr/services/include/
Dwallpaper_color_change_listener_proxy.h32 explicit WallpaperColorChangeListenerProxy(const sptr<IRemoteObject> &object) in WallpaperColorChangeListenerProxy()
Dwallpaper_service_cb_proxy.h28 …explicit WallpaperServiceCbProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IWallpaperCallb… in WallpaperServiceCbProxy()
/base/powermgr/power_manager/services/native/test/unittest/mock/
Dmock_peer_holder.cpp19 PeerHolder::PeerHolder(const sptr<IRemoteObject>& object) : remoteObject_(object) {} in PeerHolder()
/base/notification/common_event_service/services/src/
Dbms_death_recipient.cpp32 sptr<IRemoteObject> object = wptrDeath.promote(); in OnRemoteDied() local
Dability_manager_death_recipient.cpp32 sptr<IRemoteObject> object = wptrDeath.promote(); in OnRemoteDied() local
Dsubscriber_death_recipient.cpp31 sptr<IRemoteObject> object = remote.promote(); in OnRemoteDied() local
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_subscribe_death_recipient.cpp30 sptr<IRemoteObject> object = remote.promote(); in OnRemoteDied() local
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_subscribe_death_recipient.cpp31 sptr<IRemoteObject> object = remote.promote(); in OnRemoteDied() local
/base/sensors/sensor/utils/include/
Ddeath_recipient_template.h28 virtual void OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied()
/base/msdp/device_status/utils/include/
Ddeath_recipient.h30 virtual void OnRemoteDied(const wptr<IRemoteObject>& object) in OnRemoteDied()
/base/customization/enterprise_device_management/services/edm/src/
Dability_manager_death_recipient.cpp32 sptr<IRemoteObject> object = wptrDeath.promote(); in OnRemoteDied() local

123456789