Home
last modified time | relevance | path

Searched defs:obj (Results 1076 - 1100 of 4017) sorted by relevance

1...<<41424344454647484950>>...161

/base/location/test/fuzztest/locator/gnss_fuzzer/
H A Dgnss_fuzzer.cpp58 sptr<IRemoteObject> obj = sam->CheckSystemAbility(LOCATION_GNSS_SA_ID); in GnssProxyFuzzTest001() local
99 sptr<IRemoteObject> obj = sam->CheckSystemAbility(LOCATION_GNSS_SA_ID); in GnssProxyFuzzTest002() local
146 sptr<IRemoteObject> obj = sam->CheckSystemAbility(LOCATION_GNSS_SA_ID); in GnssProxyFuzzTest003() local
/base/print/print_fwk/frameworks/kits/extension/src/
H A Djs_print_callback.cpp69 napi_value obj = jsObj; in BuildJsWorker() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp34 napi_value obj = nullptr; in RemoveReasonInit() local
52 napi_value obj = nullptr; in SlotTypeInit() local
77 napi_value obj = nullptr; SlotLevelInit() local
98 napi_value obj = nullptr; SemanticActionButtonInit() local
132 napi_value obj = nullptr; InputsSourceInit() local
150 napi_value obj = nullptr; DoNotDisturbMode() local
171 napi_value obj = nullptr; InputEditTypeInit() local
190 napi_value obj = nullptr; ContentTypeInit() local
220 napi_value obj = nullptr; DoNotDisturbTypeInit() local
240 napi_value obj = nullptr; DeviceRemindTypeInit() local
260 napi_value obj = nullptr; SourceTypeInit() local
279 napi_value obj = nullptr; NotificationControlFlagStatusInit() local
313 napi_value obj = nullptr; NotificationFlagTypeInit() local
332 napi_value obj = nullptr; LiveViewStatusInit() local
[all...]
/base/security/certificate_framework/frameworks/core/extension/src/
H A Dcf_object_extension.c36 int32_t CfExtensionCreate(const CfEncodingBlob *in, CfBase **obj) in CfExtensionCreate() argument
69 static int32_t CfExtGetItem(const CfExtensionObjStruct *obj, const CfParamSet *in, CfParamSet **out) in CfExtGetItem() argument
94 static int32_t CfExtGetOids(const CfExtensionObjStruct *obj, const CfParamSet *in, CfParamSet **out) in CfExtGetOids() argument
115 CfExtGetEntry(const CfExtensionObjStruct *obj, const CfParamSet *in, CfParamSet **out) CfExtGetEntry() argument
148 CfExtensionGet(const CfBase *obj, const CfParamSet *in, CfParamSet **out) CfExtensionGet() argument
181 CfExtensionCheck(const CfBase *obj, const CfParamSet *in, CfParamSet **out) CfExtensionCheck() argument
232 CfExtensionDestroy(CfBase **obj) CfExtensionDestroy() argument
[all...]
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_trust_anchor.cpp35 napi_value obj = GetProp(env, arg, CERT_CHAIN_TRUSTANCHOR_TAG_CACERT.c_str()); in GetCACert() local
56 napi_value obj = GetProp(env, arg, CERT_CHAIN_TRUSTANCHOR_TAG_CASUBJECT.c_str()); in GetCASubject() local
70 napi_value obj = GetProp(env, arg, CERT_MATCH_TAG_NAME_CONSTRAINTS.c_str()); in GetNameConstraints() local
84 napi_value obj in GetCAPubKey() local
[all...]
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_brainpool_key_agreement_test.cpp49 static HcfObjectBase obj = { member
H A Dcrypto_brainpool_no_length_sign_test.cpp66 HcfObjectBase obj = { member
[all...]
H A Dcrypto_sm2_cipher_test.cpp72 static HcfObjectBase obj = { member
H A Dcrypto_signature_exception_test.cpp255 HcfSignatureParams obj = {}; in HWTEST_F() local
269 HcfSignatureParams obj = {}; in HWTEST_F() local
H A Dsm4_common.cpp301 HcfObjectBase obj = { variable
/base/security/crypto_framework/test/unittest/src/ecc/
H A Dcrypto_ecc_sign_test.cpp131 static HcfObjectBase obj = { member
/base/security/device_auth/frameworks/deviceauth_lite/source/json/
H A Dcommonutil.c85 int32_t byte_convert(json_pobject obj, const char *field, uint8_t *hex, uint32_t *length, uint32_t max_len) in byte_convert() argument
103 int32_t string_convert(json_pobject obj, const char *field, uint8_t *str, uint32_t *length, uint32_t max_len) in string_convert() argument
/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
H A Dsec_clone_data.c26 static void free_single_buff(void *obj) in free_single_buff() argument
46 json_handle obj = parse_payload(payload, data_type); in get_single_json_from_buff() local
126 void sec_clone_free_client_request(void *obj) in sec_clone_free_client_request() argument
141 sec_clone_free_client_ack(void *obj) sec_clone_free_client_ack() argument
[all...]
/base/security/device_security_level/oem_property/common/
H A Ddslm_credential.c45 int32_t DefaultRequestDslmCred(const DeviceIdentify *device, const RequestObject *obj, DslmCredBuff **credBuff) in DefaultRequestDslmCred() argument
/base/security/security_guard/test/unittest/security_collector/src/
H A Dsecurity_collector_test.cpp370 sptr<MockRemoteObject> obj = nullptr; HWTEST_F() local
[all...]
/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_encode_string.cpp27 MmsEncodeString::MmsEncodeString(const MmsEncodeString &obj) in MmsEncodeString() argument
/base/web/webview/ohos_interface/ohos_glue/base/ctocpp/
H A Dark_web_ctocpp_ref_counted.h123 ArkWebCToCppRefCounted<ClassName, BaseName, StructName>::GetBridgeStruct(const BaseName* obj) in GetBridgeStruct() argument
/base/useriam/face_auth/frameworks/ipc/src/
H A Dface_auth_client_impl.cpp109 sptr<IRemoteObject> obj = systemAbilityManager->CheckSystemAbility(SUBSYS_USERIAM_SYS_ABILITY_FACEAUTH); in GetProxy() local
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_idm_client_test.cpp519 CallRemoteObject(const std::shared_ptr<MockUserIdmService> service, const sptr<MockRemoteObject> &obj, sptr<IRemoteObject::DeathRecipient> &dr) CallRemoteObject() argument
[all...]
/base/useriam/user_auth_framework/services/core/src/
H A Dauth_event_listener_manager.cpp131 auto obj = listener->AsObject(); in AddDeathRecipient() local
159 auto obj = listener->AsObject(); in RemoveDeathRecipient() local
/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Dexecutor_callback_stub.cpp55 sptr<IRemoteObject> obj = data.ReadRemoteObject(); in OnMessengerReadyStub() local
/foundation/ai/intelligent_voice_framework/utils/
H A Dmessage_queue.cpp37 Message::Message(uint32_t what, int32_t arg1, int32_t arg2, const std::string &obj) in Message() argument
42 Message::Message(uint32_t what, int32_t arg1, int32_t arg2, float arg3, const std::string &obj) in Message() argument
/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/
H A Ddms_client.cpp45 RegisterDSchedEventListener(const DSchedEventType& type, const sptr<IDSchedEventListener>& obj) RegisterDSchedEventListener() argument
69 UnRegisterDSchedEventListener(const DSchedEventType& type, const sptr<IDSchedEventListener>& obj) UnRegisterDSchedEventListener() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Djs_child_process.cpp106 napi_value obj = jsChildProcessObj_->GetNapiValue(); in CallObjectMethod() local
/foundation/ability/ability_runtime/frameworks/js/napi/auto_fill_manager/
H A Djs_auto_save_request_callback.cpp88 auto obj = callback_->GetNapiValue(); in JSCallFunctionWorker() local

Completed in 20 milliseconds

1...<<41424344454647484950>>...161