Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_event.cpp125 std::string baseJsonStr; in Marshal() local
126 if (DSchedContinueCmdBase::Marshal(baseJsonStr) != ERR_OK) { in Marshal()
130 cJSON_AddStringToObject(rootValue, "BaseCmd", baseJsonStr.c_str()); in Marshal()
215 std::string baseJsonStr; in Marshal() local
216 if (DSchedContinueCmdBase::Marshal(baseJsonStr) != ERR_OK) { in Marshal()
221 cJSON_AddStringToObject(rootValue, "BaseCmd", baseJsonStr.c_str()); in Marshal()
614 std::string baseJsonStr; in Marshal() local
615 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 …]