Home
last modified time | relevance | path

Searched defs:obj (Results 1676 - 1700 of 2199) sorted by relevance

1...<<61626364656667686970>>...88

/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedia_datashare_ext_ability.cpp343 OperationObject obj = cmd.GetOprnObject(); in SystemApiCheck() local
384 OperationObject obj = cmd.GetOprnObject(); in HandleNoPermCheck() local
440 OperationObject obj = cmd.GetOprnObject(); in UserFileMgrPermissionCheck() local
506 OperationObject obj = cmd.GetOprnObject(); in PhotoAccessHelperPermCheck() local
523 OperationObject obj in HandleSpecialObjectPermission() local
548 OperationObject obj = cmd.GetOprnObject(); UnifyOprnObject() local
[all...]
/foundation/multimedia/media_library/frameworks/js/src/
H A Dalbum_napi.cpp150 std::unique_ptr<AlbumNapi> obj = std::make_unique<AlbumNapi>(); in AlbumNapiConstructor() local
236 AlbumNapi* obj = nullptr; in JSGetAlbumId() local
264 AlbumNapi* obj = nullptr; JSGetAlbumName() local
294 AlbumNapi* obj = nullptr; JSAlbumNameSetter() local
322 AlbumNapi* obj = nullptr; JSGetAlbumUri() local
349 AlbumNapi* obj = nullptr; JSGetAlbumDateModified() local
376 AlbumNapi *obj = nullptr; JSGetCount() local
401 AlbumNapi* obj = nullptr; JSGetAlbumRelativePath() local
428 AlbumNapi* obj = nullptr; JSGetCoverUri() local
459 AlbumNapi* obj = nullptr; JSSetAlbumPath() local
488 AlbumNapi* obj = nullptr; JSGetAlbumPath() local
516 AlbumNapi* obj = nullptr; JSGetAlbumVirtual() local
[all...]
H A Dsmart_album_napi.cpp133 std::unique_ptr<SmartAlbumNapi> obj = std::make_unique<SmartAlbumNapi>(); in SmartAlbumNapiConstructor() local
235 SmartAlbumNapi* obj = nullptr; in JSGetSmartAlbumId() local
263 SmartAlbumNapi* obj = nullptr; JSGetSmartAlbumName() local
293 SmartAlbumNapi* obj = nullptr; JSSmartAlbumNameSetter() local
321 SmartAlbumNapi* obj = nullptr; JSGetSmartAlbumTag() local
349 SmartAlbumNapi* obj = nullptr; JSGetSmartAlbumCapacity() local
377 SmartAlbumNapi* obj = nullptr; JSGetSmartAlbumCategoryId() local
405 SmartAlbumNapi* obj = nullptr; JSGetSmartAlbumCategoryName() local
433 SmartAlbumNapi* obj = nullptr; JSGetSmartAlbumCoverUri() local
470 SmartAlbumNapi* obj = nullptr; JSSmartAlbumCoverUriSetter() local
498 SmartAlbumNapi* obj = nullptr; JSGetSmartAlbumUri() local
525 SmartAlbumNapi* obj = nullptr; JSGetSmartAlbumDateModified() local
549 SmartAlbumNapi* obj = nullptr; JSGetSmartAlbumType() local
575 SmartAlbumNapi* obj = nullptr; JSGetSmartAlbumDescription() local
605 SmartAlbumNapi* obj = nullptr; JSSmartAlbumDescriptionSetter() local
633 SmartAlbumNapi* obj = nullptr; JSGetSmartAlbumExpiredTime() local
657 SmartAlbumNapi* obj = nullptr; JSSmartAlbumExpiredTimeSetter() local
[all...]
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_file_asset_napi.cpp169 std::unique_ptr<SendableFileAssetNapi> obj = std::make_unique<SendableFileAssetNapi>(); in FileAssetNapiConstructor() local
333 napi_status GetNapiObject(napi_env env, napi_callback_info info, SendableFileAssetNapi **obj) in GetNapiObject() argument
344 SendableFileAssetNapi *obj in JSGetFileUri() local
357 SendableFileAssetNapi *obj = nullptr; JSGetFilePath() local
381 SendableFileAssetNapi *obj = nullptr; JSGetFileDisplayName() local
405 SendableFileAssetNapi *obj = nullptr; JSSetFileDisplayName() local
441 SendableFileAssetNapi *obj = nullptr; JSGetMediaType() local
1070 auto obj = asyncContext->objectInfo; PhotoAccessHelperGet() local
1149 auto obj = asyncContext->objectInfo; PhotoAccessHelperSet() local
1351 FileAssetNapi *obj = nullptr; ConvertFromPhotoAsset() local
1389 SendableFileAssetNapi *obj = nullptr; ConvertToPhotoAsset() local
[all...]
/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.cpp380 bool CommonNapi::SetPropertyByValueType(napi_env env, napi_value &obj, std::shared_ptr<Meta> &meta, std::string key) in SetPropertyByValueType() argument
411 bool CommonNapi::AddRangeProperty(napi_env env, napi_value obj, const std::string &name, int32_t min, int32_t max) in AddRangeProperty() argument
432 bool CommonNapi::AddArrayProperty(napi_env env, napi_value obj, const std::string &name, in AddArrayProperty() argument
475 SetPropertyInt32(napi_env env, napi_value &obj, const std::string &key, int32_t value) SetPropertyInt32() argument
493 SetPropertyInt64(napi_env env, napi_value &obj, const std::string &key, int64_t value) SetPropertyInt64() argument
511 SetPropertyDouble(napi_env env, napi_value &obj, const std::string &key, double value) SetPropertyDouble() argument
529 SetPropertyBool(napi_env env, napi_value &obj, const std::string &key, bool value) SetPropertyBool() argument
547 SetPropertyString(napi_env env, napi_value &obj, const std::string &key, const std::string &value) SetPropertyString() argument
644 AddNumberPropInt32(napi_env env, napi_value obj, const std::string &key, int32_t value) AddNumberPropInt32() argument
662 AddNumberPropInt64(napi_env env, napi_value obj, const std::string &key, int64_t value) AddNumberPropInt64() argument
838 AddStringProperty(napi_env env, napi_value obj, const std::string &key, const std::string &value) AddStringProperty() argument
[all...]
/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp504 void ParseUtil::GetOnDemandArrayFromJson(int32_t eventId, const nlohmann::json& obj, in GetOnDemandArrayFromJson() argument
536 void ParseUtil::GetOnDemandExtraMessagesFromJson(const nlohmann::json& obj, in GetOnDemandExtraMessagesFromJson() argument
551 GetOnDemandConditionsFromJson(const nlohmann::json& obj, const std::string& key, std::vector<OnDemandCondition>& out) GetOnDemandConditionsFromJson() argument
[all...]
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp992 int DBinderDatabusInvoker::TranslateIRemoteObject(int32_t cmd, const sptr<IRemoteObject> &obj) in TranslateIRemoteObject() argument
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_service.c314 cJSON *obj = cJSON_Parse(addrStr); in ConvertAddrStr() local
[all...]
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp1438 const void *obj = "testdata"; in HWTEST_F() local
/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub_fuzzer/
H A Dsoftbusserverstub_fuzzer.cpp1129 sptr<IRemoteObject> obj; in SoftbusRegisterServiceFuzzTest() local
/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp363 napi_value obj = nullptr; in ConvertStringVectorToJS() local
381 napi_value obj = nullptr; in BytesVectorToJS() local
467 napi_value obj = nullptr; in ConvertNdefRecordVectorToJS() local
[all...]
/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag.cpp218 napi_value ParseTechAndExtraFromJsTagInfo(napi_env env, napi_value obj, in ParseTechAndExtraFromJsTagInfo() argument
339 std::shared_ptr<TagInfo> BuildNativeTagFromJsObj(napi_env env, napi_value obj) in BuildNativeTagFromJsObj() argument
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Djs_datashare_ext_ability.cpp91 napi_value obj = jsObj_->GetNapiValue(); in Init() local
296 napi_value obj = jsObj_->GetNapiValue(); in CallObjectMethod() local
349 napi_value obj = jsObj_->GetNapiValue(); in CallObjectMethod() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_cloud_syncable_storage_test.cpp977 QuerySyncObject obj; in HWTEST_F() local
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store.cpp239 RdbStoreProxy *obj = RdbStoreProxy::GetNativeInstance(env, self); in ParserThis() local
500 napi_value obj = nullptr; in ParseValuesBuckets() local
[all...]
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp437 auto obj = std::make_shared<Object>(); in OH_UdmfRecord_AddGeneralEntry() local
457 auto obj = std::get<std::shared_ptr<Object>>(value); in GetValueFromUint8Array() local
[all...]
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata.cpp63 PasteDataNapi *obj = nullptr; in AddHtmlRecord() local
93 PasteDataNapi *obj = nullptr; in AddPixelMapRecord() local
120 PasteDataNapi *obj = nullptr; in AddTextRecord() local
147 PasteDataNapi *obj = nullptr; AddUriRecord() local
167 PasteDataNapi *obj = nullptr; GetPrimaryHtml() local
195 PasteDataNapi *obj = nullptr; GetPrimaryPixelMap() local
222 PasteDataNapi *obj = nullptr; GetPrimaryText() local
250 PasteDataNapi *obj = nullptr; GetPrimaryUri() local
289 PasteDataNapi *obj = nullptr; HasMimeType() local
320 PasteDataNapi *obj = nullptr; RemoveAndGetRecordCommon() local
334 PasteDataNapi *obj = RemoveAndGetRecordCommon(env, info, index); RemoveRecordAt() local
348 PasteDataNapi *obj = RemoveAndGetRecordCommon(env, info, index); RemoveRecord() local
367 PasteDataNapi *obj = nullptr; GetPrimaryMimeType() local
394 PasteDataNapi *obj = nullptr; GetRecordCount() local
418 PasteDataNapi *obj = nullptr; GetTag() local
441 PasteDataNapi *obj = nullptr; GetMimeTypes() local
466 AddRecord(napi_env env, napi_value *argv, size_t argc, PasteDataNapi *obj) AddRecord() argument
591 AddRecord(napi_env env, napi_value argv, PasteDataNapi *obj) AddRecord() argument
615 PasteDataNapi *obj = nullptr; AddRecord() local
647 PasteDataNapi *obj = nullptr; ReplaceRecordAt() local
681 PasteDataNapi *obj = nullptr; ReplaceRecord() local
724 PasteDataNapi *obj = nullptr; AddWantRecord() local
745 PasteDataNapi *obj = nullptr; GetPrimaryWant() local
805 PasteDataNapi *obj = nullptr; GetProperty() local
824 PasteDataNapi *obj = RemoveAndGetRecordCommon(env, info, index); GetRecordAt() local
839 PasteDataNapi *obj = RemoveAndGetRecordCommon(env, info, index); GetRecord() local
851 SetProperty(napi_env env, napi_value in, PasteDataNapi *obj) SetProperty() argument
950 PasteDataNapi *obj = nullptr; SetProperty() local
1000 PasteDataNapi *obj = static_cast<PasteDataNapi *>(nativeObject); Destructor() local
1012 PasteDataNapi *obj = new PasteDataNapi(); New() local
1059 PasteDataNapi *obj = nullptr; PasteStart() local
1076 PasteDataNapi *obj = nullptr; PasteComplete() local
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp979 T obj; in FromJson() local
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice.cpp210 void Service::StopAll(const wptr<IRemoteObject> &obj, bool force) in StopAll() argument
1432 std::function<void(const std::string &&)> Service::GetBackupInfoConnectDone(wptr<Service> obj, std::string &bundleName) in GetBackupInfoConnectDone() argument
1445 GetBackupInfoConnectDied( wptr<Service> obj, std::string &bundleName) GetBackupInfoConnectDied() argument
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.cpp57 void CallBackSuccess(napi_env env, napi_ref successFuncRef, int32_t count, napi_value obj) in CallBackSuccess() argument
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy.cpp576 NVal obj = NVal::CreateObject(env); in ReceiveComplete() local
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Djs_file_access_ext_ability.cpp1702 napi_status JsFileAccessExtAbility::GetFileInfoFromJs(napi_env &env, napi_value obj, FileInfo &fileInfo) in GetFileInfoFromJs() argument
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/
H A Dplugin_render.cpp940 napi_value obj; in TestGetXComponent_TouchEvent() local
961 napi_value obj; in TestGetXComponent_MouseEvent() local
978 napi_value obj; TestGetXComponent_RegisterMouseEventCallback() local
[all...]
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/
H A Djsvm_utils.cpp515 JSVM_Value obj; in JsonParse() local
520 JSVM_Value JsonStringify(JSVM_Value obj) in JsonStringify() argument
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/
H A Dtest_wasm.cpp627 auto obj = jsvm::Run("var x = { foo : 'bar' }; x"); local
633 auto obj = jsvm::Run("var x = { a : 1 }; x"); local
639 auto obj = jsvm::Run("var x = { b : 2 }; x"); local
[all...]

Completed in 46 milliseconds

1...<<61626364656667686970>>...88