Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue_event.h91 int32_t MarshalCallerInfo(std::string &jsonStr);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_event.cpp242 if (MarshalCallerInfo(callerInfoStr) != ERR_OK) { in Marshal()
266 int32_t DSchedContinueDataCmd::MarshalCallerInfo(std::string &jsonStr) in MarshalCallerInfo() function in OHOS::DistributedSchedule::DSchedContinueDataCmd