Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_cmd_parser.cpp275 std::string outParaStr = (const char *)ReadString(&reply, nullptr); in ON_IPC_READ_RESPONSE() local
277 ParseMapFromJsonString(outParaStr, outputResult); in ON_IPC_READ_RESPONSE()
307 std::string outParaStr = (const char *)ReadString(&reply, nullptr); in ON_IPC_READ_RESPONSE() local
309 ParseMapFromJsonString(outParaStr, outputResult); in ON_IPC_READ_RESPONSE()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_cmd_parser.cpp676 std::string outParaStr = ConvertMapToJsonString(outputResult); in ON_IPC_CMD() local
677 if (!reply.WriteString(outParaStr)) { in ON_IPC_CMD()
709 std::string outParaStr = ConvertMapToJsonString(outputResult); in ON_IPC_CMD() local
710 if (!reply.WriteString(outParaStr)) { in ON_IPC_CMD()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp727 std::string outParaStr = reply.ReadString(); in ON_IPC_READ_RESPONSE() local
729 ParseMapFromJsonString(outParaStr, outputResult); in ON_IPC_READ_RESPONSE()
762 std::string outParaStr = reply.ReadString(); in ON_IPC_READ_RESPONSE() local
764 ParseMapFromJsonString(outParaStr, outputResult); in ON_IPC_READ_RESPONSE()