Home
last modified time | relevance | path

Searched refs:requestJsonStr (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_cmd_parser.cpp209 std::string requestJsonStr = pReq->GetCredentialParam(); in ON_IPC_SET_REQUEST() local
213 WriteString(&request, requestJsonStr.c_str()); in ON_IPC_SET_REQUEST()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_register.cpp430 std::string requestJsonStr; in HWTEST_F() local
432 req->SetCredentialParam(requestJsonStr); in HWTEST_F()
H A DUTTest_ipc_cmd_parser_service.cpp1137 std::string requestJsonStr = ""; in HWTEST_F() local
1139 data.WriteString(requestJsonStr); in HWTEST_F()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp662 std::string requestJsonStr = pReq->GetCredentialParam(); in ON_IPC_SET_REQUEST() local
668 if (!data.WriteString(requestJsonStr)) { in ON_IPC_SET_REQUEST()
669 LOGE("write requestJsonStr failed."); in ON_IPC_SET_REQUEST()

Completed in 8 milliseconds