/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
H A D | auto_launch_export.h | 25 struct AutoLaunchOption { struct 52 AutoLaunchOption option; argument
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_auto_launch_test.cpp | 216 …AutoLaunchOption launchOption = {true, true, CipherType::DEFAULT, passwdOther, "", false, g_testDi… 259 …AutoLaunchOption launchOption = {false, false, CipherType::DEFAULT, passwd, "", false, g_testDir, … 365 …AutoLaunchOption launchOption = {true, false, CipherType::DEFAULT, passwd, "", false, g_testDir, o… in TriggerAutoLaunch() 454 …AutoLaunchOption launchOption = {true, false, CipherType::DEFAULT, passwd, "", false, g_testDir, n… 484 …AutoLaunchOption launchOption = {true, false, CipherType::DEFAULT, passwd, "", false, g_testDir, n… 557 …AutoLaunchOption launchOption = {true, false, CipherType::DEFAULT, passwd, "", false, g_testDir, n… 598 …AutoLaunchOption launchOption = {true, false, CipherType::DEFAULT, passwd, "", false, g_testDir, n… 642 …AutoLaunchOption launchOption = {true, false, CipherType::DEFAULT, passwd, "", false, g_testDir, n… in DelayAutoLaunchCycle()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_autolaunch_test.cpp | 91 AutoLaunchOption option = {true, false, CipherType::DEFAULT, NULL_PASSWD, schema, true, 175 AutoLaunchOption option; 236 AutoLaunchOption option = {true, true, CipherType::DEFAULT, NULL_PASSWD, "", true, 317 AutoLaunchOption option = {false, false, CipherType::DEFAULT, passwd1, schema, false, 392 AutoLaunchOption option = {true, false, CipherType::DEFAULT, NULL_PASSWD, schema, false, 446 AutoLaunchOption option; 494 AutoLaunchOption option = {true, false, CipherType::DEFAULT, NULL_PASSWD, "", false, 591 AutoLaunchOption autoLaunchOption;
|
H A D | distributeddb_nb_enable_sync_by_closed_db_test.cpp | 87 …AutoLaunchOption option = {true, false, CipherType::DEFAULT, NULL_PASSWD, schema, true, NB_DIRECTO… 170 AutoLaunchOption option; 231 …AutoLaunchOption option = {true, true, CipherType::DEFAULT, NULL_PASSWD, "", true, NB_DIRECTOR, nu… 311 …AutoLaunchOption option = {false, false, CipherType::DEFAULT, passwd1, schema, false, NB_DIRECTOR,… 385 …AutoLaunchOption option = {true, false, CipherType::DEFAULT, NULL_PASSWD, schema, false, NB_DIRECT… 437 AutoLaunchOption option; 485 …AutoLaunchOption option = {true, false, CipherType::DEFAULT, NULL_PASSWD, "", false, NB_DIRECTOR, … 580 AutoLaunchOption autoLaunchOption;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/kvdelegatemanager_fuzzer/ |
H A D | kvdelegatemanager_fuzzer.cpp | 52 void GetRandomAutoLaunchOption(const uint8_t* data, size_t size, AutoLaunchOption &option) in GetRandomAutoLaunchOption() 108 AutoLaunchOption option; in CombineTest()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_auto_launch_test.cpp | 213 AutoLaunchOption option; 287 AutoLaunchOption option; 363 AutoLaunchOption option; 422 AutoLaunchOption option; 513 AutoLaunchOption option; 582 AutoLaunchOption option; 875 AutoLaunchOption option; 880 AutoLaunchOption option1; 953 AutoLaunchOption option;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | kv_store_delegate_manager.h | 90 … const std::string &storeId, const AutoLaunchOption &option, const AutoLaunchNotifier ¬ifier);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | auto_launch.h | 80 const AutoLaunchOption &option);
|
H A D | runtime_context.h | 92 const AutoLaunchOption &option) = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | param_check_utils.cpp | 177 const AutoLaunchOption &option = param.option; in CheckAndTransferAutoLaunchParam()
|
H A D | runtime_context_impl.h | 77 const AutoLaunchOption &option) override;
|
H A D | runtime_context_impl.cpp | 446 const AutoLaunchOption &option) in EnableKvStoreAutoLaunch()
|
H A D | auto_launch.cpp | 163 const AutoLaunchOption &option) in EnableKvStoreAutoLaunch()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_delegate_manager.cpp | 567 const std::string &storeId, const AutoLaunchOption &option, const AutoLaunchNotifier ¬ifier) in EnableKvStoreAutoLaunch()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_multi_user_test.cpp | 527 AutoLaunchOption option;
|
H A D | distributeddb_relational_ver_p2p_sync_test.cpp | 2785 …AutoLaunchParam encryptedParam { USER_ID, APP_ID, STORE_ID_1, AutoLaunchOption {}, nullptr, g_dbDi… 2870 …AutoLaunchParam encryptedParam { USER_ID, APP_ID, STORE_ID_1, AutoLaunchOption {}, nullptr, g_dbDi…
|