Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_event.cpp241 std::string callerInfoStr; in Marshal() local
242 if (MarshalCallerInfo(callerInfoStr) != ERR_OK) { in Marshal()
246 cJSON_AddStringToObject(rootValue, "CallerInfo", callerInfoStr.c_str()); in Marshal()
386 std::string callerInfoStr = callerInfoJson->valuestring; in Unmarshal() local
387 if (UnmarshalCallerInfo(callerInfoStr) != ERR_OK) { in Unmarshal()