Home
last modified time | relevance | path

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

12345678910>>...13

/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()
57 explicit IdmGetSecureUserInfoProxy(const sptr<IRemoteObject> &object) in IdmGetSecureUserInfoProxy()
Dwidget_callback_proxy.h28 …explicit WidgetCallbackProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<WidgetCallbackInter… in WidgetCallbackProxy()
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
Dprint_module.cpp66 static void SetEnumProperty(napi_env env, napi_value object, const std::string &name, uint32_t valu… in SetEnumProperty()
75 napi_value object = nullptr; in NapiCreateDirectionModeEnum() local
85 napi_value object = nullptr; in NapiCreateColorModeEnum() local
94 napi_value object = nullptr; in NapiCreateDuplexModeEnum() local
104 napi_value object = nullptr; in NapiCreatePageTypeEnum() local
123 napi_value object = nullptr; in NapiCreateDocumentAdapterStateEnum() local
135 napi_value object = nullptr; in NapiCreateFileCreationStateEnum() local
146 napi_value object = nullptr; in NapiCreatePrinterStateEnum() local
159 napi_value object = nullptr; in NapiCreatePrintJobStateEnum() local
171 napi_value object = nullptr; in NapiCreatePrintJobSubStateEnum() local
[all …]
/base/security/certificate_framework/test/unittest/cf_sdk_test/src/
Dcf_cert_test.cpp209 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/test/fuzztest/cfgetandcheck_fuzzer/
Dcfgetandcheck_fuzzer.cpp42 …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/security/certificate_framework/frameworks/core/life/
Dcf_api.c29 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/update/updateservice/interfaces/inner_api/common/include/
Dbase_service_kits_impl.h66 sptr<IRemoteObject> object = remoteServer_->AsObject(); in ~BaseServiceKitsImpl() local
86 sptr<IRemoteObject> object = manager->CheckSystemAbility(systemAbilityId_); in GetService() local
99 …me SERVICE> void BaseServiceKitsImpl<SERVICE>::AddDeathRecipient(const sptr<IRemoteObject> &object) in AddDeathRecipient()
/base/print/print_fwk/frameworks/helper/print_helper/src/
Dnapi_print_utils.cpp38 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/
Djs_callback_handler.h38 for (const auto &object : objects) { variable
49 for (const auto &object : objects) { in Traverse() local
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/
Dnapi_hitrace_util.cpp57 napi_status SetNamedProperty(const napi_env env, napi_value& object, in SetNamedProperty()
67 napi_value GetPropertyByName(const napi_env env, const napi_value& object, in GetPropertyByName()
142 void NapiHitraceUtil::SetPropertyInt32(const napi_env env, napi_value& object, in SetPropertyInt32()
149 void NapiHitraceUtil::SetPropertyInt64(const napi_env env, napi_value& object, in SetPropertyInt64()
156 void NapiHitraceUtil::SetPropertyBigInt64(const napi_env env, napi_value& object, in SetPropertyBigInt64()
163 uint32_t NapiHitraceUtil::GetPropertyInt32(const napi_env env, const napi_value& object, in GetPropertyInt32()
187 uint64_t NapiHitraceUtil::GetPropertyInt64(const napi_env env, const napi_value& object, in GetPropertyInt64()
211 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->CheckSystemAbility(DEVICE_SECURITY_LEVEL_MANAGER_SA_ID); in LoadDslmService() local
55 …velLoader::LoadCallback::OnLoadSystemAbilitySuccess(int32_t sid, const sptr<IRemoteObject> &object) in OnLoadSystemAbilitySuccess()
/base/notification/common_event_service/frameworks/core/test/unittest/
Dcommon_event_proxy_test.cpp136 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/
Dnapi_call_manager_utils.cpp180 napi_value NapiCallManagerUtils::GetNamedProperty(napi_env env, napi_value object, const std::strin… in GetNamedProperty()
187 std::string NapiCallManagerUtils::GetStringProperty(napi_env env, napi_value object, const std::str… in GetStringProperty()
204 int32_t NapiCallManagerUtils::GetIntProperty(napi_env env, napi_value object, const std::string &pr… in GetIntProperty()
220 napi_env env, napi_value object, const std::string &propertyName, int32_t &result) in GetUssdIntProperty()
235 napi_env env, napi_value object, const std::string &propertyName, std::string &result) in GetUssdStringProperty()
253 bool NapiCallManagerUtils::GetBoolProperty(napi_env env, napi_value object, const std::string &prop… in GetBoolProperty()
268 void NapiCallManagerUtils::SetPropertyInt32(napi_env env, napi_value object, std::string name, int3… in SetPropertyInt32()
275 void NapiCallManagerUtils::SetPropertyStringUtf8(napi_env env, napi_value object, std::string name,… in SetPropertyStringUtf8()
282 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/startup/init/test/moduletest/
Ddeviceinfo_moduleTest.cpp49 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/
Dasync_shutdown_callback_proxy.h28 explicit AsyncShutdownCallbackProxy(const sptr<IRemoteObject>& object) in AsyncShutdownCallbackProxy()
Dsync_shutdown_callback_proxy.h28 explicit SyncShutdownCallbackProxy(const sptr<IRemoteObject>& object) in SyncShutdownCallbackProxy()
Dtakeover_shutdown_callback_proxy.h28 explicit TakeOverShutdownCallbackProxy(const sptr<IRemoteObject>& object) in TakeOverShutdownCallbackProxy()
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/
Ddlp_permission_async_proxy.h31 …explicit DlpPermissionAsyncProxy(const sptr<IRemoteObject>& object) : IRemoteProxy<IDlpPermissionC… in DlpPermissionAsyncProxy()
/base/useriam/pin_auth/frameworks/ipc/inc/
Dpin_auth_proxy.h30 … explicit PinAuthProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<PinAuthInterface>(object) in PinAuthProxy()
/base/notification/common_event_service/frameworks/extension/test/static_subscriber_stub_test/
Dstatic_subscriber_stub_test.cpp84 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/
Dstatic_subscriber_stub_imp_test.cpp66 sptr<StaticSubscriberStubImpl> object = new (std::nothrow) StaticSubscriberStubImpl(extension); variable
82 sptr<StaticSubscriberStubImpl> object = new (std::nothrow) StaticSubscriberStubImpl(extension); variable
/base/powermgr/battery_manager/test/unittest/mock/source/
Dmock_peer_holder.cpp19 PeerHolder::PeerHolder(const sptr<IRemoteObject>& object) : remoteObject_(object) {} in PeerHolder()
/base/powermgr/power_manager/test/unittest/mock/
Dmock_peer_holder.cpp19 PeerHolder::PeerHolder(const sptr<IRemoteObject>& object) : remoteObject_(object) {} in PeerHolder()

12345678910>>...13