Searched refs:outParaStr (Results 1 – 3 of 3) sorted by relevance
275 std::string outParaStr = (const char *)ReadString(&reply, nullptr); in ON_IPC_READ_RESPONSE() local277 ParseMapFromJsonString(outParaStr, outputResult); in ON_IPC_READ_RESPONSE()307 std::string outParaStr = (const char *)ReadString(&reply, nullptr); in ON_IPC_READ_RESPONSE() local309 ParseMapFromJsonString(outParaStr, outputResult); in ON_IPC_READ_RESPONSE()
676 std::string outParaStr = ConvertMapToJsonString(outputResult); in ON_IPC_CMD() local677 if (!reply.WriteString(outParaStr)) { in ON_IPC_CMD()709 std::string outParaStr = ConvertMapToJsonString(outputResult); in ON_IPC_CMD() local710 if (!reply.WriteString(outParaStr)) { in ON_IPC_CMD()
727 std::string outParaStr = reply.ReadString(); in ON_IPC_READ_RESPONSE() local729 ParseMapFromJsonString(outParaStr, outputResult); in ON_IPC_READ_RESPONSE()762 std::string outParaStr = reply.ReadString(); in ON_IPC_READ_RESPONSE() local764 ParseMapFromJsonString(outParaStr, outputResult); in ON_IPC_READ_RESPONSE()