/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_kv_backup_test.cpp | 561 EXPECT_EQ(g_kvBackupDelegate->Import(filePath, NULL_PASSWD), OK); 597 EXPECT_EQ(g_kvBackupDelegate->Import(filePath, g_filePasswd1), OK); 706 EXPECT_EQ(delegate2->Import(filePath, g_filePasswd1), BUSY); 916 DBStatus status = delegate2->Import(filePath, NULL_PASSWD); 968 EXPECT_EQ(g_kvBackupDelegate->Import(filePath, NULL_PASSWD), OK); 1012 EXPECT_EQ(delegate2->Import(filePath[index], passwd[index]), OK); in KvSubImportThread() 1067 EXPECT_EQ(g_kvBackupDelegate->Import(filePath2, NULL_PASSWD), OK); 1092 EXPECT_EQ(g_kvBackupDelegate->Import(filePath2, NULL_PASSWD), OK); 1122 EXPECT_EQ(g_kvBackupDelegate->Import(filePath2, NULL_PASSWD), OK); 1142 EXPECT_EQ(g_kvBackupDelegate->Import(filePath2, NULL_PASSWD), OK); [all …]
|
H A D | distributeddb_nb_backup_test.cpp | 248 EXPECT_EQ(g_nbBackupDelegate->Import(filePath, NULL_PASSWD), OK); in __anonbf7799ae0102() 531 EXPECT_EQ(g_nbBackupDelegate->Import(filePath1, NULL_PASSWD), OK); 592 EXPECT_EQ(delegate2->Import(filePath, NULL_PASSWD), NOT_SUPPORT); 764 EXPECT_EQ(delegate2->Import(filePath, g_filePasswd1), BUSY); 971 EXPECT_EQ(g_nbBackupDelegate->Import(filePath, NULL_PASSWD), BUSY); 1016 EXPECT_EQ(g_nbBackupDelegate->Import(filePath, NULL_PASSWD), OK); 1117 EXPECT_EQ(g_nbBackupDelegate->Import(filePath2, NULL_PASSWD), OK); 1142 EXPECT_EQ(g_nbBackupDelegate->Import(filePath2, NULL_PASSWD), OK); 1172 EXPECT_EQ(g_nbBackupDelegate->Import(filePath2, NULL_PASSWD), OK); 1192 EXPECT_EQ(g_nbBackupDelegate->Import(filePath2, NULL_PASSWD), OK); [all …]
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-import-native-module.md | 6 ## Direct Import 9 ### Named Import 20 ### Default Import 31 ### Namespace Import 42 ## Indirect Import 44 ### Converting to Named Variables Before Export and Import 56 ### Converting to Namespaces Before Export and Import 82 ## Dynamic Import 84 ### Direct Import 95 ### Indirect Import
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/serialization/ |
H A D | value_serializer.h | 45 IAny::Ptr Import(IImportFunctions& f, const ISerNode::ConstPtr& node) override in Import() 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/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_import_and_export_test.cpp | 229 EXPECT_EQ(g_kvNbDelegatePtr->Import(singleExportFileName, passwd), OK); 301 EXPECT_EQ(g_kvDelegatePtr->Import(mulitExportFileName, passwd), OK); 393 EXPECT_EQ(g_kvNbDelegatePtr->Import(singleExportFileName, passwd), OK); 460 EXPECT_EQ(g_kvDelegatePtr->Import(multiExportFileName, passwd), OK); 562 EXPECT_EQ(g_kvDelegatePtr->Import(invalidPath, passwd), INVALID_ARGS); 580 EXPECT_EQ(g_kvDelegatePtr->Import(multiExportFileName, passwd), OK); 737 EXPECT_EQ(g_kvDelegatePtr->Import(mulitExportFileName, passwd), OK); 1193 EXPECT_EQ(g_kvNbDelegatePtr->Import(exportFileName, passwd), OK); 1246 EXPECT_EQ(g_kvNbDelegatePtr->Import(exportFileName, passwd), OK); 1351 EXPECT_EQ(g_kvNbDelegatePtr->Import(singleFileName, passwd), OK); in __anon906019a80402() [all …]
|
H A D | distributeddb_interfaces_import_and_export_rd_test.cpp | 221 EXPECT_EQ(g_kvNbDelegatePtr->Import(filePath, passwd), INVALID_FILE); 227 EXPECT_EQ(g_kvNbDelegatePtr->Import(filePath, passwd), INVALID_FILE); 371 EXPECT_EQ(g_kvNbDelegatePtr->Import(singleExportFileName, passwd), OK); 442 EXPECT_EQ(g_kvDelegatePtr->Import(mulitExportFileName, passwd), OK); 663 EXPECT_EQ(g_kvNbDelegatePtr->Import(singleExportFileName, passwd), OK); 703 EXPECT_EQ(g_kvDelegatePtr->Import(invalidPath, passwd), INVALID_ARGS); 721 EXPECT_EQ(g_kvDelegatePtr->Import(multiExportFileName, passwd), OK); 879 EXPECT_EQ(g_kvDelegatePtr->Import(mulitExportFileName, passwd), OK); 1170 EXPECT_EQ(g_kvNbDelegatePtr->Import(exportFileName, passwd), OK); 1275 EXPECT_EQ(g_kvNbDelegatePtr->Import(singleFileName, passwd), OK); in __anonc930457d0402() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/serialization/ |
H A D | intf_import_context.h | 39 virtual ReturnError Import(BASE_NS::string_view name, IAny& entity) = 0; 48 auto r = Import(name, static_cast<IAny&>(v)); in ImportValue() 59 auto r = Import(name, static_cast<IAny&>(v)); in ImportValue()
|
H A D | intf_importer.h | 31 virtual IObject::Ptr Import(const ISerNode::ConstPtr& tree) = 0; in META_BEGIN_NAMESPACE() 37 virtual IObject::Ptr Import(CORE_NS::IFile& input) = 0;
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | Lazy-Import-Instructions.md | 43  66  97 
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | i18n-character-processing.md | 16 1. Import the **i18n** module. 36 // Import the i18n module. 60 1. Import the **i18n** module. 79 // Import the i18n module. 108 1. Import the **i18n** module. 125 // Import the i18n module. 138 1. Import the **i18n** module. 167 // Import the i18n module.
|
/ohos5.0/docs/en/readme/ |
H A D | telephony.md | 47 1. Import the **radio** namespace from **@ohos.telephony.radio.d.ts**. 53 // Import the radio package. 90 1. Import the **observer** namespace from **@ohos.telephony.observer.d.ts**. 95 // Import the observer package. 107 1. Import the **observer** namespace from **@ohos.telephony.observer.d.ts**. 111 // Import the observer package.
|
H A D | network-management.md | 31 1. Import the connection namespace from **@ohos.net.connection.d.ts**. 44 // Import the connection namespace. 72 1. Import the **sharing** namespace from **@ohos.net.sharing**. 77 // Import the connection namespace. 93 1. Import the **http** namespace from **@ohos.net.http.d.ts**. 102 // Import the http namespace.
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/ |
H A D | json_input.cpp | 92 auto n = Import(p.value); in ImportObject() 111 if (auto n = Import(value)) { in ImportArray() 120 ISerNode::Ptr JsonInput::Import(const json::value& value) in Import() function in Serialization::JsonInput 193 auto obj = Import(root); in ImportRootObject()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/loaders/ |
H A D | json_content_loader.cpp | 44 if (auto result = importer.Import(*file_)) { in Create() 61 return imp.Import(tree_); in LoadCached()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/ |
H A D | json_importer.cpp | 61 IObject::Ptr JsonImporter::Import(CORE_NS::IFile& input) in Import() function in Serialization::JsonImporter 65 return imp.Import(tree); in Import()
|
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/ |
H A D | huks-key-import-overview.md | 1 # Key Import Overview and Algorithm Specifications 8 ## Plaintext Import 18 ## Encrypted Import 42 ### Key Material Format for Encrypted Import 108 ## Key Import Formats 110 | Key Type| Algorithm| Import Format|
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | functions.h | 40 ReturnError Import(IImportContext&) override; in META_BEGIN_NAMESPACE() 57 ReturnError Import(IImportContext&) override;
|
/ohos5.0/docs/en/application-dev/network/ |
H A D | net-netfirewall.md | 53 2. Import the **netfirewall** namespace from **@ohos.net.netFirewall**. 58 // Import the netFirewall namespace from @kit.NetworkKit. 135 2. Import the **netFirewall** namespace from **@ohos.net.netfirewall**. 140 // Import the netfirewall namespace from @kit.NetworkKit. 187 2. Import the **netfirewall** namespace from **@ohos.net.netFirewall**. 191 // Import the netFirewall namespace from @kit.NetworkKit.
|
H A D | net-sharing.md | 56 1. Import the **sharing** namespace from **@kit.NetworkKit**. 62 // Import the sharing namespace from @kit.NetworkKit. 83 1. Import the **sharing** namespace from **@kit.NetworkKit**. 89 // Import the sharing namespace from @kit.NetworkKit. 110 1. Import the **sharing** namespace from **@kit.NetworkKit**. 116 // Import the sharing namespace from @kit.NetworkKit.
|
H A D | net-ethernet.md | 40 2. Import the **ethernet** namespace from **@kit.NetworkKit**. 46 // Import the ethernet namespace from @kit.NetworkKit. 85 2. Import the **ethernet** namespace from **@kit.NetworkKit**. 92 // Import the ethernet namespace from @kit.NetworkKit. 148 1. Import the **ethernet** namespace from **@kit.NetworkKit**. 154 // Import the ethernet namespace from @kit.NetworkKit.
|
/ohos5.0/docs/zh-cn/application-dev/key-features/multi-device-app-dev/ |
H A D | development-intro.md | 26 在DevEco Studio中点击File->New->Import...后选择“Import Product Compatibility ID”即可选择及导入设备要求能力集,导入后的设备要求能力集…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_data_connection_test.cpp | 402 EXPECT_EQ(g_invalidConnection->Import(filePath, passwd), -E_INVALID_DB); 416 EXPECT_EQ(connection->Import(filePath, passwd), -E_BUSY); 427 EXPECT_EQ(g_connection->Import(filePath, passwd), -E_BUSY); 444 EXPECT_EQ(g_connection->Import(filePath, passwd), -E_BUSY);
|
/ohos5.0/base/update/updater/test/unittest/test_data/diffpatch/ |
H A D | patchtest.new | 18 ….gni 文件到当前文件中。 这不是 C++中的 include。 Import 的文件将独立执行并将执行的结果复制到当前文件中(C ++执行的时候, 当遇到 include 指令时才会在当前环境…
|
/ohos5.0/docs/en/application-dev/telephony/ |
H A D | telephony-call.md | 53 1. Import the **call** and **observer** modules. 58 // Import the required modules. 85 1. Import the **call** and **observer** modules. 91 // Import the required modules.
|
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/ |
H A D | changelogs-security.md | 32 Import and use the new .d.ts file: 48 Import and use the new .d.ts file: 64 Import and use the new .d.ts file: 80 Import and use the new .d.ts file: 96 Import and use the new .d.ts file: 112 Import and use the new .d.ts file: 128 Import and use the new .d.ts file: 144 Import and use the new .d.ts file: 160 Import and use the new .d.ts file: 176 Import and use the new .d.ts file: [all …]
|