Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue_event.h96 int32_t UnmarshalAccountInfo(std::string &jsonStr);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_event.cpp398 if (UnmarshalAccountInfo(accountInfoStr) != ERR_OK) { in Unmarshal()
561 int32_t DSchedContinueDataCmd::UnmarshalAccountInfo(std::string &jsonStr) in UnmarshalAccountInfo() function in OHOS::DistributedSchedule::DSchedContinueDataCmd