Searched defs:passwdBuffer (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_encrypt_database_test.cpp | 101 vector<uint8_t> passwdBuffer(10, 45); // 10 and 45 as random password. in CheckRekeyWithMultiKvStore() local 144 vector<uint8_t> passwdBuffer(10, 45); // 10 and 45 as random password. in CheckRekeyWithExistedSnapshot() local 184 vector<uint8_t> passwdBuffer(10, 45); // 10 and 45 as random password. in CheckRekeyWithExistedObserver() local 367 vector<uint8_t> passwdBuffer(10, 45); // 10 and 45 as random password. variable 410 vector<uint8_t> passwdBuffer(10, 45); variable 460 vector<uint8_t> passwdBuffer(10, 45); variable 507 vector<uint8_t> passwdBuffer(10, 45); variable 562 vector<uint8_t> passwdBuffer(10, 45u + i); // len 10 value 45 variable
|
H A D | distributeddb_interfaces_database_test.cpp | 123 vector<uint8_t> passwdBuffer(PASSWD_LEN, PASSWD_VAL); in OpenOpenedKvstoreWithSchema() local 184 vector<uint8_t> passwdBuffer(PASSWD_LEN, PASSWD_VAL); in OpenClosedSchemaKvStore() local 267 vector<uint8_t> passwdBuffer(PASSWD_LEN, PASSWD_VAL); in OpenClosedNormalKvStore() local 899 vector<uint8_t> passwdBuffer(10, 45); variable 999 vector<uint8_t> passwdBuffer(10, 45); variable
|
H A D | distributeddb_interfaces_import_and_export_rd_test.cpp | 506 vector<uint8_t> passwdBuffer(MAX_PASSWD_SIZE + 1, MAX_PASSWD_SIZE); variable 555 vector<uint8_t> passwdBuffer(MAX_PASSWD_SIZE + 1, MAX_PASSWD_SIZE); variable
|
H A D | distributeddb_interfaces_import_and_export_test.cpp | 364 vector<uint8_t> passwdBuffer(MAX_PASSWD_SIZE + 1, MAX_PASSWD_SIZE); variable 432 vector<uint8_t> passwdBuffer(MAX_PASSWD_SIZE + 1, MAX_PASSWD_SIZE); variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_p2p_simple_sync_test.cpp | 1683 vector<uint8_t> passwdBuffer(10, 45); // 10 and 45 as random password. in __anoncdf0d24b0702() local
|