Home
last modified time | relevance | path

Searched refs:Export (Results 1 - 25 of 314) sorted by relevance

12345678910>>...13

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/
H A Dmodule.cpp27 static napi_value Export(napi_env env, napi_value exports) in Export() function
33 if (!product->Export()) { in Export()
41 NAPI_MODULE(file, Export)
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/serialization/
H A Dvalue_serializer.h37 ISerNode::Ptr Export(IExportFunctions& f, const IAny& value) override
56 template<typename Type, typename Export, typename Import>
57 void RegisterSerializer(IGlobalSerializationData& data, Export e, Import i) in RegisterSerializer()
60 CreateShared<ValueSerializer<Type, Export, Import>>(BASE_NS::move(e), BASE_NS::move(i))); in RegisterSerializer()
63 template<typename Type, typename Export, typename Import>
64 void RegisterSerializer(Export e, Import i) in RegisterSerializer()
/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/
H A Dmodule.cpp28 static napi_value Export(napi_env env, napi_value exports) in Export() function
35 if (!product->Export()) { in Export()
50 .nm_register_func = Export,
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/
H A Dmodule.cpp27 static napi_value Export(napi_env env, napi_value exports) in Export() function
33 if (!product->Export()) { in Export()
45 .nm_register_func = Export,
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_uri/
H A Dmodule.cpp28 static napi_value Export(napi_env env, napi_value exports) in Export() function
34 if (!product->Export()) { in Export()
48 .nm_register_func = Export,
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/
H A Dmodule_v9.cpp30 static napi_value Export(napi_env env, napi_value exports) in Export() function
39 if (!product->Export()) { in Export()
47 NAPI_MODULE(fs, Export)
H A Dmodule.cpp33 static napi_value Export(napi_env env, napi_value exports) in Export() function
45 if (!product->Export()) { in Export()
53 NAPI_MODULE(fileio, Export)
/foundation/filemanagement/user_file_service/interfaces/kits/native/recent/
H A Dmodule.cpp27 static napi_value Export(napi_env env, napi_value exports) in Export() function
32 if (!product->Export()) { in Export()
48 .nm_register_func = Export,
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/
H A Dmodule.cpp30 static napi_value Export(napi_env env, napi_value exports) in Export() function
38 if (!product->Export()) { in Export()
53 .nm_register_func = Export,
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_download_napi.cpp30 bool CloudFileDownloadNapi::Export() in Export() function in OHOS::FileManagement::CloudSync::CloudFileDownloadNapi
33 bool success = CloudFileNapi::Export(); in Export()
H A Dgallery_sync_napi.cpp30 bool GallerySyncNapi::Export() in Export() function in OHOS::FileManagement::CloudSync::GallerySyncNapi
33 bool success = CloudSyncNapi::Export(); in Export()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_backup_test.cpp120 EXPECT_EQ(g_kvBackupDelegate->Export(filePath, NULL_PASSWD), INVALID_ARGS); in HWTEST_F()
127 EXPECT_EQ(g_kvBackupDelegate->Export(filePath, NULL_PASSWD), OK); in HWTEST_F()
142 EXPECT_EQ(g_kvBackupDelegate->Export(filePath2, NULL_PASSWD), NO_PERMISSION); in HWTEST_F()
152 EXPECT_EQ(g_kvBackupDelegate->Export(filePath3, NULL_PASSWD), OK); in HWTEST_F()
175 EXPECT_EQ(g_kvBackupDelegate->Export(filePath, NULL_PASSWD), OK); in HWTEST_F()
183 EXPECT_EQ(g_kvBackupDelegate->Export(filePath, NULL_PASSWD), FILE_ALREADY_EXISTED); in HWTEST_F()
207 DBStatus status = g_kvBackupDelegate->Export(filePath, NULL_PASSWD); in HWTEST_F()
215 DBStatus status = g_kvBackupDelegate->Export(filePath, NULL_PASSWD); in HWTEST_F()
243 status = g_kvBackupDelegate->Export(filePath, NULL_PASSWD); in HWTEST_F()
277 EXPECT_EQ(g_kvBackupDelegate->Export(filePat in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dmodule.cpp64 if (!product->Export(env, exports)) { in ExportWebGlObj()
71 static napi_value Export(napi_env env, napi_value exports) in Export() function
96 if (!webGl2RenderingContext->SetWebGLContextAttributes(vec) || !webGl2RenderingContext->Export(env, exports)) { in Export()
109 if (!webGlRenderingContext->SetWebGLContextAttributes(vec) || !webGlRenderingContext->Export(env, exports)) { in Export()
119 NAPI_MODULE(libwebglnapi, Export)
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/
H A Dmodule.cpp38 static napi_value Export(napi_env env, napi_value exports) in Export() function
60 if (!product->Export()) { in Export()
72 .nm_register_func = Export,
/foundation/filemanagement/user_file_service/interfaces/kits/picker/
H A Dnative_module_ohos_picker.cpp31 static napi_value Export(napi_env env, napi_value exports) in Export() function
38 if (!product->Export()) { in Export()
80 .nm_register_func = Export,
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/
H A Dnative_module_ohos_ui_effect.cpp25 static napi_value Export(napi_env env, napi_value exports) in Export() function
39 .nm_register_func = Export,
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H A Dnative_module_ohos_camerapicker.cpp23 static napi_value Export(napi_env env, napi_value exports) in Export() function
25 MEDIA_INFO_LOG("Export called()"); in Export()
36 .nm_register_func = Export,
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dnative_module_ohos_drm.cpp24 static napi_value Export(napi_env env, napi_value exports) in Export() function
39 .nm_register_func = Export,
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/effect_kit/src/
H A Dnative_module_ohos_effect.cpp26 static napi_value Export(napi_env env, napi_value exports) in Export() function
41 .nm_register_func = Export,
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dserialisation_utils.h49 bool Export(const IObject::Ptr& object);
53 bool Export(const BASE_NS::shared_ptr<Interface>& p) in Export() function
55 return Export(interface_pointer_cast<IObject>(p)); in Export()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/serialization/
H A Dintf_export_context.h43 virtual ReturnError Export(BASE_NS::string_view name, const IAny& entity) = 0;
46 // Export itself as known interfaces, like IMetadata, IContainer, IAttach
52 return Export(name, static_cast<const IAny&>(Any<Type>(value))); in ExportValue()
58 return Export(name, static_cast<const IAny&>(ArrayAny<Type>(value))); in ExportValue()
H A Dintf_exporter.h31 virtual ISerNode::Ptr Export(const IObject::ConstPtr& object) = 0;
37 virtual ReturnError Export(CORE_NS::IFile& output, const IObject::ConstPtr& object) = 0;
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Djson_exporter.cpp24 ReturnError JsonExporter::Export(CORE_NS::IFile& output, const IObject::ConstPtr& object) in Export() function in Serialization::JsonExporter
27 auto tree = exp.Export(object); in Export()
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_module.cpp27 static napi_value Export(napi_env env, napi_value exports) in Export() function
45 .nm_register_func = Export,
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dnative_module_image_sendable.cpp30 static napi_value Export(napi_env env, napi_value exports) in Export() function
47 .nm_register_func = Export,

Completed in 6 milliseconds

12345678910>>...13