Searched refs:baseJsonStr (Results 1 – 1 of 1) sorted by relevance
125 std::string baseJsonStr; in Marshal() local126 if (DSchedContinueCmdBase::Marshal(baseJsonStr) != ERR_OK) { in Marshal()130 cJSON_AddStringToObject(rootValue, "BaseCmd", baseJsonStr.c_str()); in Marshal()215 std::string baseJsonStr; in Marshal() local216 if (DSchedContinueCmdBase::Marshal(baseJsonStr) != ERR_OK) { in Marshal()221 cJSON_AddStringToObject(rootValue, "BaseCmd", baseJsonStr.c_str()); in Marshal()614 std::string baseJsonStr; in Marshal() local615 if (DSchedContinueCmdBase::Marshal(baseJsonStr) != ERR_OK) { in Marshal()619 cJSON_AddStringToObject(rootValue, "BaseCmd", baseJsonStr.c_str()); in Marshal()689 std::string baseJsonStr; in Marshal() local[all …]