Home
last modified time | relevance | path

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

12345678910>>...17

/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
Dprint_module.cpp77 static void SetEnumProperty(napi_env env, napi_value object, const std::string &name, uint32_t valu… in SetEnumProperty()
98 napi_value object = nullptr; in NapiCreateDirectionModeEnum() local
112 napi_value object = nullptr; in NapiCreateColorModeEnum() local
125 napi_value object = nullptr; in NapiCreateDuplexModeEnum() local
139 napi_value object = nullptr; in NapiCreateQualityEnum() local
153 napi_value object = nullptr; in NapiCreateOrientationEnum() local
171 napi_value object = nullptr; in NapiCreatePageTypeEnum() local
194 napi_value object = nullptr; in NapiCreateDocumentAdapterStateEnum() local
210 napi_value object = nullptr; in NapiCreateFileCreationStateEnum() local
225 napi_value object = nullptr; in NapiCreatePrinterStateEnum() local
[all …]
/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()
/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/security_guard/interfaces/inner_api/collector/src/
Dcollector_manager.cpp37 auto object = CollectorServiceLoader::GetInstance().LoadCollectorService(); in Subscribe() local
81 auto object = CollectorServiceLoader::GetInstance().LoadCollectorService(); in Unsubscribe() local
100 sptr<IRemoteObject> object = remote.promote(); in OnRemoteDied() local
119 auto object = CollectorServiceLoader::GetInstance().LoadCollectorService(); in QuerySecurityEvent() local
138 auto object = CollectorServiceLoader::GetInstance().LoadCollectorService(); in CollectorStart() local
162 auto object = CollectorServiceLoader::GetInstance().LoadCollectorService(); in CollectorStop() local
Dcollector_service_loader.cpp34 auto object = registry->CheckSystemAbility(SECURITY_COLLECTOR_MANAGER_SA_ID); in LoadCollectorService() local
48 …iceLoader::LoadCallback::OnLoadSystemAbilitySuccess(int32_t sid, const sptr<IRemoteObject> &object) in OnLoadSystemAbilitySuccess()
/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()
46 static int32_t CfLifeCheck(const CfObject *object, const CfParamSet *in, CfParamSet **out) in CfLifeCheck()
58 static void CfLifeDestroy(CfObject **object) in CfLifeDestroy()
71 CF_API_EXPORT int32_t CfCreate(CfObjectType objType, const CfEncodingBlob *in, CfObject **object) in CfCreate()
/base/print/print_fwk/frameworks/helper/print_helper/src/
Dnapi_print_utils.cpp40 bool NapiPrintUtils::HasNamedProperty(napi_env env, napi_value object, const std::string &propertyN… in HasNamedProperty()
47 napi_value NapiPrintUtils::GetNamedProperty(napi_env env, napi_value object, const std::string &pro… in GetNamedProperty()
59 void NapiPrintUtils::SetNamedProperty(napi_env env, napi_value object, const std::string &name, nap… in SetNamedProperty()
64 std::vector<std::string> NapiPrintUtils::GetPropertyNames(napi_env env, napi_value object) in GetPropertyNames()
101 uint32_t NapiPrintUtils::GetUint32Property(napi_env env, napi_value object, const std::string &prop… in GetUint32Property()
110 void NapiPrintUtils::SetUint32Property(napi_env env, napi_value object, const std::string &name, ui… in SetUint32Property()
137 int32_t NapiPrintUtils::GetInt32Property(napi_env env, napi_value object, const std::string &proper… in GetInt32Property()
146 void NapiPrintUtils::SetInt32Property(napi_env env, napi_value object, const std::string &name, int… in SetInt32Property()
178 std::string NapiPrintUtils::GetStringPropertyUtf8(napi_env env, napi_value object, const std::strin… in GetStringPropertyUtf8()
188 napi_env env, napi_value object, const std::string &name, const std::string &value) in SetStringPropertyUtf8()
[all …]
/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
374 auto object = new OHOS::MockIRemoteObject(); variable
[all …]
/base/update/updateservice/foundations/ability/sa_loader/include/
Dbase_service_kits_impl.h64 sptr<IRemoteObject> object = remoteServer_->AsObject(); in ~BaseServiceKitsImpl() local
83 sptr<IRemoteObject> object = manager->CheckSystemAbility(systemAbilityId_); in GetService() local
96 …me SERVICE> void BaseServiceKitsImpl<SERVICE>::AddDeathRecipient(const sptr<IRemoteObject> &object) in AddDeathRecipient()
/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
101 sptr<IRemoteObject> object = samgr->GetSystemAbility(SYSPARAM_DEVICE_SERVICE_ID); variable
/base/security/security_guard/interfaces/inner_api/acquire/src/
Dacquire_data_manager.cpp30 sptr<IRemoteObject> object = remote.promote(); in OnRemoteDied() local
58 auto object = registry->GetSystemAbility(DATA_COLLECT_MANAGER_SA_ID); in Subscribe() local
98 auto object = registry->GetSystemAbility(DATA_COLLECT_MANAGER_SA_ID); in Unsubscribe() local
/base/inputmethod/imf/frameworks/js/napi/common/
Djs_callback_handler.h39 for (const auto &object : objects) { variable
53 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/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/print/print_fwk/frameworks/helper/scan_helper/src/
Dnapi_scan_utils.cpp43 bool NapiScanUtils::HasNamedProperty(napi_env env, napi_value object, const std::string &propertyNa… in HasNamedProperty()
50 napi_value NapiScanUtils::GetNamedProperty(napi_env env, napi_value object, const std::string &prop… in GetNamedProperty()
62 void NapiScanUtils::SetNamedProperty(napi_env env, napi_value object, const std::string &name, napi… in SetNamedProperty()
67 std::vector<std::string> NapiScanUtils::GetPropertyNames(napi_env env, napi_value object) in GetPropertyNames()
104 uint32_t NapiScanUtils::GetUint32Property(napi_env env, napi_value object, const std::string &prope… in GetUint32Property()
113 void NapiScanUtils::SetUint32Property(napi_env env, napi_value object, const std::string &name, uin… in SetUint32Property()
140 int32_t NapiScanUtils::GetInt32Property(napi_env env, napi_value object, const std::string &propert… in GetInt32Property()
149 void NapiScanUtils::SetInt32Property(napi_env env, napi_value object, const std::string &name, int3… in SetInt32Property()
181 std::string NapiScanUtils::GetStringPropertyUtf8(napi_env env, napi_value object, const std::string… in GetStringPropertyUtf8()
191 napi_env env, napi_value object, const std::string &name, const std::string &value) in SetStringPropertyUtf8()
[all …]
/base/account/os_account/services/accountmgr/src/account_iam/
Daccount_iam_client_callback_proxy.cpp60 IDMCallbackProxy::IDMCallbackProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IIDMCallback>(… in IDMCallbackProxy()
94 GetCredInfoCallbackProxy::GetCredInfoCallbackProxy(const sptr<IRemoteObject> &object) in GetCredInfoCallbackProxy()
133 GetSetPropCallbackProxy::GetSetPropCallbackProxy(const sptr<IRemoteObject> &object) in GetSetPropCallbackProxy()
143 GetEnrolledIdCallbackProxy::GetEnrolledIdCallbackProxy(const sptr<IRemoteObject> &object) in GetEnrolledIdCallbackProxy()
167 PreRemoteAuthCallbackProxy::PreRemoteAuthCallbackProxy(const sptr<IRemoteObject> &object) in PreRemoteAuthCallbackProxy()
/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/customization/enterprise_device_management/test/unittest/common/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/telephony/cellular_data/test/fuzztest/updateincalldatamachine_fuzzer/
Dupdateincalldatamachine_fuzzer.cpp56 std::shared_ptr<uint8_t> object = std::make_shared<uint8_t>(*data); in IdleStateMachineFuzz() local
96 std::shared_ptr<uint8_t> object = std::make_shared<uint8_t>(*data); in ActivatingSecondaryStateMachineFuzz() local
138 std::shared_ptr<uint8_t> object = std::make_shared<uint8_t>(*data); in ActivatedSecondaryStateMachineFuzz() local
181 std::shared_ptr<uint8_t> object = std::make_shared<uint8_t>(*data); in DeactivatingSecondaryStateMachineFuzz() local
/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/usb/usb_manager/interfaces/kits/js/napi/src/
Dnapi_util.cpp49 …const napi_env &env, const napi_value &object, std::string fieldStr, const int32_t bufLen, std::st… in JsObjectToString()
82 const napi_env &env, const napi_value &object, std::string fieldStr, napi_value &value) in JsObjectGetProperty()
94 void NapiUtil::JsObjectToBool(const napi_env &env, const napi_value &object, std::string fieldStr, … in JsObjectToBool()
112 void NapiUtil::JsObjectToInt(const napi_env &env, const napi_value &object, std::string fieldStr, i… in JsObjectToInt()
131 const napi_env &env, const napi_value &object, const std::string &fieldStr, uint32_t &fieldRef) in JsObjectToUint()
164 …const napi_env &env, const napi_value &object, uint8_t **uint8Buffer, size_t &bufferSize, size_t &… in JsUint8ArrayParse()
/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/telephony/core_service/services/sim/src/
Dicc_dialling_numbers_manager.cpp88 std::unique_ptr<ResponseResult> object = event->GetUniqueObject<ResponseResult>(); in ProcessLoadDone() local
111 std::unique_ptr<ResponseResult> object = event->GetUniqueObject<ResponseResult>(); in ProcessUpdateDone() local
126 std::unique_ptr<ResponseResult> object = event->GetUniqueObject<ResponseResult>(); in ProcessWriteDone() local
141 std::unique_ptr<ResponseResult> object = event->GetUniqueObject<ResponseResult>(); in ProcessDeleteDone() local
273 std::unique_ptr<ResultObtain> object = std::make_unique<ResultObtain>(); in BuildCallerInfo() local

12345678910>>...17