Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/storage/
H A Dstorage_test.cpp93 std::string testSessionId = "testGetStorage"; variable
94 …RefPtr<Storage> distributedStorage = StorageProxy::GetInstance()->GetStorage(testSessionId, notifi…
136 std::string testSessionId = "testGetStorage"; variable
137 …RefPtr<Storage> distributedStorage = StorageProxy::GetInstance()->GetStorage(testSessionId, notifi…
/ohos5.0/base/account/os_account/test/fuzztest/appaccount/getauthenticatorcallback_fuzzer/
H A Dgetauthenticatorcallback_fuzzer.cpp33 std::string testSessionId(fuzzData.GenerateRandomString()); in GetAuthenticatorCallbackFuzzTest() local
35 result = AppAccountManager::GetAuthenticatorCallback(testSessionId, callback); in GetAuthenticatorCallbackFuzzTest()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_agent_test.cpp450 const int testSessionId = 99; variable
452 auto session = make_shared<SoftbusSession>(testSessionId, peerDeviceId);