| /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() 57 explicit IdmGetSecureUserInfoProxy(const sptr<IRemoteObject> &object) in IdmGetSecureUserInfoProxy()
|
| D | widget_callback_proxy.h | 28 …explicit WidgetCallbackProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<WidgetCallbackInter… in WidgetCallbackProxy()
|
| /base/security/certificate_framework/test/unittest/cf_sdk_test/src/ |
| D | cf_cert_test.cpp | 209 CfObject *object = nullptr; variable 235 CfObject *object = nullptr; variable 260 CfObject *object = nullptr; variable 274 CfObject *object = nullptr; variable 289 CfObject *object = nullptr; variable 304 CfObject *object = nullptr; variable 319 CfObject *object = nullptr; variable 335 CfObject *object = nullptr; variable 351 CfObject *object = nullptr; variable 368 CfObject *object = nullptr; variable [all …]
|
| /base/security/certificate_framework/frameworks/core/life/ |
| D | cf_api.c | 29 CfObject object; member 34 static int32_t CfLifeGet(const CfObject *object, const CfParamSet *in, CfParamSet **out) in CfLifeGet() 48 static int32_t CfLifeCheck(const CfObject *object, const CfParamSet *in, CfParamSet **out) in CfLifeCheck() 62 static void CfLifeDestroy(CfObject **object) in CfLifeDestroy() 77 CF_API_EXPORT int32_t CfCreate(CfObjectType objType, const CfEncodingBlob *in, CfObject **object) in CfCreate()
|
| /base/security/certificate_framework/test/fuzztest/cfgetandcheck_fuzzer/ |
| D | cfgetandcheck_fuzzer.cpp | 42 …void TestCommonfunc(const CfObject *object, uint32_t cnt, const CfParam *params, uint32_t functype) in TestCommonfunc() 61 void TestObjectTypeFunc1(const CfObject *object, uint8_t* data, size_t size) in TestObjectTypeFunc1() 81 void TestObjectTypeFunc2(const CfObject *object, uint8_t* data, size_t size) in TestObjectTypeFunc2() 95 void TestObjectTypeFunc3(const CfObject *object, uint8_t* data, size_t size) in TestObjectTypeFunc3() 109 void TestObjectTypeFunc4(const CfObject *object, uint8_t* data, size_t size) in TestObjectTypeFunc4() 126 void TestObjectTypeFunc5(const CfObject *object, uint8_t* data, size_t size) in TestObjectTypeFunc5() 140 void TestObjectTypeFunc6(const CfObject *object, uint8_t* data, size_t size) in TestObjectTypeFunc6() 161 CfObject *object = nullptr; in CfObjectFuzzTest() local
|
| /base/print/print_fwk/frameworks/helper/src/ |
| D | napi_print_utils.cpp | 38 bool NapiPrintUtils::HasNamedProperty(napi_env env, napi_value object, const std::string &propertyN… in HasNamedProperty() 45 napi_value NapiPrintUtils::GetNamedProperty(napi_env env, napi_value object, const std::string &pro… in GetNamedProperty() 57 void NapiPrintUtils::SetNamedProperty(napi_env env, napi_value object, const std::string &name, nap… in SetNamedProperty() 62 std::vector<std::string> NapiPrintUtils::GetPropertyNames(napi_env env, napi_value object) in GetPropertyNames() 99 uint32_t NapiPrintUtils::GetUint32Property(napi_env env, napi_value object, const std::string &prop… in GetUint32Property() 108 void NapiPrintUtils::SetUint32Property(napi_env env, napi_value object, const std::string &name, ui… in SetUint32Property() 135 int32_t NapiPrintUtils::GetInt32Property(napi_env env, napi_value object, const std::string &proper… in GetInt32Property() 144 void NapiPrintUtils::SetInt32Property(napi_env env, napi_value object, const std::string &name, int… in SetInt32Property() 176 std::string NapiPrintUtils::GetStringPropertyUtf8(napi_env env, napi_value object, const std::strin… in GetStringPropertyUtf8() 186 napi_env env, napi_value object, const std::string &name, const std::string &value) in SetStringPropertyUtf8() [all …]
|
| /base/inputmethod/imf/frameworks/js/napi/common/ |
| D | js_callback_handler.h | 37 for (const auto &object : objects) { variable 48 for (const auto &object : objects) { in Traverse() local
|
| /base/notification/eventhandler/interfaces/inner_api/ |
| D | inner_event.h | 140 … static inline Pointer Get(uint32_t innerEventId, int64_t param, const std::shared_ptr<T> &object) in Get() 156 static inline Pointer Get(uint32_t innerEventId, int64_t param, const std::weak_ptr<T> &object) in Get() 172 static inline Pointer Get(uint32_t innerEventId, int64_t param, std::unique_ptr<T, D> &&object) in Get() 188 static inline Pointer Get(uint32_t innerEventId, int64_t param, std::unique_ptr<T, D> &object) in Get() 343 std::unique_ptr<T> &object = *reinterpret_cast<std::unique_ptr<T> *>(smartPtr_); in GetUniqueObject() local 360 std::unique_ptr<T, D> &object = *reinterpret_cast<std::unique_ptr<T, D> *>(smartPtr_); in GetUniqueObject() local 452 inline void SaveSharedPtr(const T &object) in SaveSharedPtr() 460 inline void SaveUniquePtr(T &object) in SaveUniquePtr()
|
| /base/security/device_security_level/interfaces/inner_api/src/standard/ |
| D | device_security_level_loader.cpp | 41 auto object = registry->CheckSystemAbility(DEVICE_SECURITY_LEVEL_MANAGER_SA_ID); in LoadDslmService() local 55 …velLoader::LoadCallback::OnLoadSystemAbilitySuccess(int32_t sid, const sptr<IRemoteObject> &object) in OnLoadSystemAbilitySuccess()
|
| /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/notification/common_event_service/frameworks/core/test/unittest/ |
| D | common_event_proxy_test.cpp | 136 OHOS::sptr<OHOS::IRemoteObject> object = new OHOS::MockIRemoteObject(); variable 163 OHOS::sptr<OHOS::IRemoteObject> object = new OHOS::MockIRemoteObject(); variable 188 OHOS::sptr<OHOS::IRemoteObject> object = new OHOS::MockIRemoteObject(); variable 216 OHOS::sptr<OHOS::IRemoteObject> object = new OHOS::MockIRemoteObject(); variable 244 OHOS::sptr<OHOS::IRemoteObject> object = new OHOS::MockIRemoteObject(); variable 272 OHOS::sptr<OHOS::IRemoteObject> object = new OHOS::MockIRemoteObject(); variable 300 OHOS::sptr<OHOS::IRemoteObject> object = new OHOS::MockIRemoteObject(); variable 330 OHOS::sptr<OHOS::IRemoteObject> object = new OHOS::MockIRemoteObject(); variable 360 OHOS::sptr<OHOS::IRemoteObject> object = new OHOS::MockIRemoteObject(); variable
|
| /base/telephony/call_manager/frameworks/js/napi/src/ |
| D | napi_call_manager_utils.cpp | 165 napi_value NapiCallManagerUtils::GetNamedProperty(napi_env env, napi_value object, const std::strin… in GetNamedProperty() 172 std::string NapiCallManagerUtils::GetStringProperty(napi_env env, napi_value object, const std::str… in GetStringProperty() 189 int32_t NapiCallManagerUtils::GetIntProperty(napi_env env, napi_value object, const std::string &pr… in GetIntProperty() 205 napi_env env, napi_value object, const std::string &propertyName, int32_t &result) in GetUssdIntProperty() 220 napi_env env, napi_value object, const std::string &propertyName, std::string &result) in GetUssdStringProperty() 238 bool NapiCallManagerUtils::GetBoolProperty(napi_env env, napi_value object, const std::string &prop… in GetBoolProperty() 253 void NapiCallManagerUtils::SetPropertyInt32(napi_env env, napi_value object, std::string name, int3… in SetPropertyInt32() 260 void NapiCallManagerUtils::SetPropertyStringUtf8(napi_env env, napi_value object, std::string name,… in SetPropertyStringUtf8() 267 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/startup/init/test/moduletest/ |
| D | deviceinfo_moduleTest.cpp | 49 sptr<IRemoteObject> object = samgr->GetSystemAbility(SYSPARAM_DEVICE_SERVICE_ID); variable 74 sptr<IRemoteObject> object = samgr->GetSystemAbility(SYSPARAM_DEVICE_SERVICE_ID); variable
|
| /base/powermgr/power_manager/services/zidl/include/shutdown/ |
| D | takeover_shutdown_callback_proxy.h | 28 explicit TakeOverShutdownCallbackProxy(const sptr<IRemoteObject>& object) in TakeOverShutdownCallbackProxy()
|
| D | async_shutdown_callback_proxy.h | 28 explicit AsyncShutdownCallbackProxy(const sptr<IRemoteObject>& object) in AsyncShutdownCallbackProxy()
|
| D | sync_shutdown_callback_proxy.h | 28 explicit SyncShutdownCallbackProxy(const sptr<IRemoteObject>& object) in SyncShutdownCallbackProxy()
|
| /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/security/dlp_permission_service/services/dlp_permission/sa/sa_main/ |
| D | dlp_permission_async_proxy.h | 31 …explicit DlpPermissionAsyncProxy(const sptr<IRemoteObject>& object) : IRemoteProxy<IDlpPermissionC… in DlpPermissionAsyncProxy()
|
| /base/notification/common_event_service/frameworks/extension/test/static_subscriber_stub_test/ |
| D | static_subscriber_stub_test.cpp | 84 sptr<MockStaticSubscriber> object = new (std::nothrow) MockStaticSubscriber(); variable 104 sptr<MockStaticSubscriber> object = new (std::nothrow) MockStaticSubscriber(); variable 123 sptr<MockStaticSubscriber> object = new (std::nothrow) MockStaticSubscriber(); variable
|
| /base/notification/common_event_service/frameworks/extension/test/static_subscriber_stub_imp_test/ |
| D | static_subscriber_stub_imp_test.cpp | 66 sptr<StaticSubscriberStubImpl> object = new (std::nothrow) StaticSubscriberStubImpl(extension); variable 82 sptr<StaticSubscriberStubImpl> object = new (std::nothrow) StaticSubscriberStubImpl(extension); variable
|
| /base/theme/wallpaper_mgr/services/include/ |
| D | wallpaper_event_listener_proxy.h | 33 explicit WallpaperEventListenerProxy(const sptr<IRemoteObject> &object) in WallpaperEventListenerProxy()
|
| /base/powermgr/power_manager/test/unittest/mock/ |
| D | mock_peer_holder.cpp | 19 PeerHolder::PeerHolder(const sptr<IRemoteObject>& object) : remoteObject_(object) {} in PeerHolder()
|
| /base/powermgr/battery_statistics/test/unittest/mock/source/ |
| D | mock_peer_holder.cpp | 19 PeerHolder::PeerHolder(const sptr<IRemoteObject> &object) : remoteObject_(object) {} in PeerHolder()
|