Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue_event.h94 int32_t UnmarshalCallerInfo(std::string &jsonStr);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_event.cpp387 if (UnmarshalCallerInfo(callerInfoStr) != ERR_OK) { in Unmarshal()
461 int32_t DSchedContinueDataCmd::UnmarshalCallerInfo(std::string &jsonStr) in UnmarshalCallerInfo() function in OHOS::DistributedSchedule::DSchedContinueDataCmd