Home
last modified time | relevance | path

Searched refs:chStr (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_create_test.cpp919 std::string chStr = chinese; variable
920 MST_LOG("%s", chStr.c_str());
948 manager->GetKvStore(chStr, option, function);
957 manager = new (std::nothrow) KvStoreDelegateManager(chStr, USER_ID_1);
960 manager->GetKvStore(chStr, option, function);
968 manager = new (std::nothrow) KvStoreDelegateManager(APP_ID_1, chStr);
971 manager->GetKvStore(chStr, option, function);