Home
last modified time | relevance | path

Searched refs:baseCmd (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_event.cpp161 cJSON *baseCmd = cJSON_GetObjectItemCaseSensitive(rootValue, "BaseCmd"); in Unmarshal() local
162 if (baseCmd == nullptr || !cJSON_IsString(baseCmd) || (baseCmd->valuestring == nullptr)) { in Unmarshal()
166 std::string baseCmdStr = baseCmd->valuestring; in Unmarshal()
358 cJSON *baseCmd = cJSON_GetObjectItemCaseSensitive(rootValue, "BaseCmd"); in Unmarshal() local
359 if (baseCmd == nullptr || !cJSON_IsString(baseCmd) || (baseCmd->valuestring == nullptr)) { in Unmarshal()
363 std::string baseCmdStr = baseCmd in Unmarshal()
644 cJSON *baseCmd = cJSON_GetObjectItemCaseSensitive(rootValue, "BaseCmd"); Unmarshal() local
716 cJSON *baseCmd = cJSON_GetObjectItemCaseSensitive(rootValue, "BaseCmd"); Unmarshal() local
[all...]
H A Ddsched_continue_manager.cpp618 cJSON *baseCmd = cJSON_GetObjectItemCaseSensitive(rootValue, "BaseCmd"); in HandleDataRecv() local
619 if (baseCmd == nullptr || !cJSON_IsString(baseCmd) || (baseCmd->valuestring == nullptr)) { in HandleDataRecv()
625 cJSON *cmdValue = cJSON_Parse(baseCmd->valuestring); in HandleDataRecv()

Completed in 4 milliseconds