Home
last modified time | relevance | path

Searched refs:Export (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/serialization/
H A Dvalue_serializer.h37 ISerNode::Ptr Export(IExportFunctions& f, const IAny& value) override in Export() function
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()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_backup_test.cpp127 EXPECT_EQ(g_kvBackupDelegate->Export(filePath, NULL_PASSWD), OK);
152 EXPECT_EQ(g_kvBackupDelegate->Export(filePath3, NULL_PASSWD), OK);
175 EXPECT_EQ(g_kvBackupDelegate->Export(filePath, NULL_PASSWD), OK);
243 status = g_kvBackupDelegate->Export(filePath, NULL_PASSWD); in __anon6e3adb5f0302()
277 EXPECT_EQ(g_kvBackupDelegate->Export(filePath, NULL_PASSWD), OK);
299 status = g_kvBackupDelegate->Export(filePath, NULL_PASSWD);
350 status = g_kvBackupDelegate->Export(filePath, NULL_PASSWD);
514 EXPECT_EQ(g_kvBackupDelegate->Export(filePath, password), OK);
525 EXPECT_EQ(g_kvBackupDelegate->Export(filePath, password), OK);
898 delegate2->Export(filePath, NULL_PASSWD);
[all …]
H A Ddistributeddb_nb_backup_test.cpp128 EXPECT_EQ(g_nbBackupDelegate->Export(filePath, NULL_PASSWD), OK);
153 EXPECT_EQ(g_nbBackupDelegate->Export(filePath3, NULL_PASSWD), OK);
368 EXPECT_EQ(g_nbBackupDelegate->Export(filePath2, NULL_PASSWD), OK);
460 EXPECT_EQ(g_nbBackupDelegate->Export(filePath, NULL_PASSWD), OK);
482 EXPECT_EQ(g_nbBackupDelegate->Export(filePath, password), OK);
493 EXPECT_EQ(g_nbBackupDelegate->Export(filePath, password), OK);
580 EXPECT_EQ(g_nbBackupDelegate->Export(filePath, NULL_PASSWD), OK);
677 multiEncryptDelegate->Export(multiFilePath1, g_filePasswd1);
686 localDelegate->Export(multiFilePath2, g_filePasswd1);
691 g_nbBackupDelegate->Export(nbFilePath, g_filePasswd1);
[all …]
/ohos5.0/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 …enderingContext->SetWebGLContextAttributes(vec) || !webGl2RenderingContext->Export(env, exports)) { in Export()
109 …RenderingContext->SetWebGLContextAttributes(vec) || !webGlRenderingContext->Export(env, exports)) { in Export()
119 NAPI_MODULE(libwebglnapi, Export)
/ohos5.0/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/
H A Dmodule.cpp25 static napi_value Export(napi_env env, napi_value exports) in Export() function
30 if (!product->Export(env, exports)) { in Export()
37 NAPI_MODULE(hilog, Export)
/ohos5.0/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)
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_import_and_export_test.cpp166 EXPECT_EQ(g_kvNbDelegatePtr->Export(singleExportFileName, passwd), OK);
178 EXPECT_EQ(g_kvDelegatePtr->Export(mulitExportFileName, passwd), OK);
217 EXPECT_EQ(g_kvNbDelegatePtr->Export(singleExportFileName, passwd), OK);
289 EXPECT_EQ(g_kvDelegatePtr->Export(mulitExportFileName, passwd), OK);
375 EXPECT_EQ(g_kvNbDelegatePtr->Export(singleExportFileName, passwd), OK);
443 EXPECT_EQ(g_kvDelegatePtr->Export(multiExportFileName, passwd), OK);
497 EXPECT_EQ(g_kvNbDelegatePtr->Export(singleExportFileName, passwd), OK);
555 EXPECT_EQ(g_kvDelegatePtr->Export(multiExportFileName, passwd), OK);
674 EXPECT_EQ(g_kvDelegatePtr->Export(multiExportFileName, passwd), OK);
713 EXPECT_EQ(g_kvDelegatePtr->Export(mulitExportFileName, passwd), OK);
[all …]
H A Ddistributeddb_interfaces_import_and_export_rd_test.cpp168 EXPECT_EQ(g_kvNbDelegatePtr->Export(singleExportFileName, passwd), OK);
180 EXPECT_EQ(g_kvDelegatePtr->Export(mulitExportFileName, passwd), OK);
217 EXPECT_EQ(g_kvNbDelegatePtr->Export(singleExportFileName, passwd), OK);
282 EXPECT_EQ(g_kvNbDelegatePtr->Export(singleExportFileName, passwd), OK);
359 EXPECT_EQ(g_kvNbDelegatePtr->Export(singleExportFileName, passwd), OK);
430 EXPECT_EQ(g_kvDelegatePtr->Export(mulitExportFileName, passwd), OK);
602 EXPECT_EQ(g_kvNbDelegatePtr->Export(singleExportFileName, passwd), OK);
696 EXPECT_EQ(g_kvDelegatePtr->Export(multiExportFileName, passwd), OK);
815 EXPECT_EQ(g_kvDelegatePtr->Export(multiExportFileName, passwd), OK);
855 EXPECT_EQ(g_kvDelegatePtr->Export(mulitExportFileName, passwd), OK);
[all …]
/ohos5.0/docs/zh-cn/application-dev/graphics/
H A Ddisplaysoloist-native-guidelines.md104 void Export(napi_env env, napi_value exports);
113 void PluginManager::Export(napi_env env, napi_value exports) {
117 DRAWING_LOGE("Export: env or exports is null");
123 DRAWING_LOGE("Export: napi_get_named_property fail");
129 DRAWING_LOGE("Export: napi_unwrap fail");
136 DRAWING_LOGE("Export: OH_NativeXComponent_GetXComponentId fail");
147 render->Export(env, exports);
285 void SampleXComponent::Export(napi_env env, napi_value exports) {
287 SAMPLE_LOGE("Export: env or exports is null");
297 SAMPLE_LOGE("Export: napi_define_properties failed");
/ohos5.0/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)
/ohos5.0/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,
/ohos5.0/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,
/ohos5.0/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,
/ohos5.0/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,
/ohos5.0/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,
/ohos5.0/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,
/ohos5.0/docs/zh-cn/application-dev/ai/mindspore/
H A Dmindspore-lite-train-guidelines.md174 // Export Train Model
182 printf("Export Train Model Success.\n");
184 // Export Inference Model
192 printf("Export Inference Model Success.\n");
251 Export Train Model Success.
252 Export Inference Model Success.
369 printf("Export Train Model path must be provided.\n");
455 // Export Train Model
463 printf("Export Train Model Success.\n");
465 // Export Inference Model
[all …]
/ohos5.0/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;
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()
/ohos5.0/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,
/ohos5.0/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()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_single_ver_database_oper_test.cpp101 EXPECT_EQ(singleVerDatabaseOper->Export("", passwd), -E_INVALID_DB);
130 EXPECT_EQ(singleVerDatabaseOper->Export("", passwd), -E_NOT_INIT);
132 EXPECT_EQ(singleVerDatabaseOper->Export("", passwd), -E_INVALID_ARGS);
/ohos5.0/docs/en/application-dev/graphics/
H A Ddisplaysoloist-native-guidelines.md105 void Export(napi_env env, napi_value exports);
114 void PluginManager::Export(napi_env env, napi_value exports) {
118 DRAWING_LOGE("Export: env or exports is null");
124 DRAWING_LOGE("Export: napi_get_named_property fail");
130 DRAWING_LOGE("Export: napi_unwrap fail");
137 DRAWING_LOGE("Export: OH_NativeXComponent_GetXComponentId fail");
148 render->Export(env, exports);
286 void SampleXComponent::Export(napi_env env, napi_value exports) {
288 SAMPLE_LOGE("Export: env or exports is null");
298 SAMPLE_LOGE("Export: napi_define_properties failed");
/ohos5.0/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
36 .nm_register_func = Export,

12345678910>>...15