Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Didentity_manager_test.cpp32 static const std::string TEST_REQUEST_JSON_STR = "TestRequestJsonStr"; variable
162 int32_t ret = credOperator->queryCredential(TEST_REQUEST_JSON_STR.c_str(), nullptr);
H A Ddeviceauth_func_test.cpp54 #define TEST_REQUEST_JSON_STR "TestRequestJsonStr" macro
1764 ret = ProcessCredential(CRED_OP_QUERY, TEST_REQUEST_JSON_STR, nullptr);
1767 ret = ProcessCredential(CRED_OP_QUERY, TEST_REQUEST_JSON_STR, &returnData);
1769 ret = ProcessCredential(CRED_OP_INVALID, TEST_REQUEST_JSON_STR, &returnData);