Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddms_continue_time_dumper.cpp311 cJSON* abilityNameItem = cJSON_GetObjectItem(dstInfo, "DstAbilityName"); in ReadDstInfo() local
312 if (abilityNameItem == nullptr || !cJSON_IsString(abilityNameItem) || (abilityNameItem->valuestring == nullptr)) { in ReadDstInfo()
316 std::string abilityName = abilityNameItem->valuestring; in ReadDstInfo()

Completed in 2 milliseconds