Home
last modified time | relevance | path

Searched refs:accountInfoStr (Results 1 - 1 of 1) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_event.cpp248 std::string accountInfoStr; in Marshal() local
249 if (MarshalAccountInfo(accountInfoStr) != ERR_OK) { in Marshal()
253 cJSON_AddStringToObject(rootValue, "AccountInfo", accountInfoStr.c_str()); in Marshal()
397 std::string accountInfoStr = accountInfoJson->valuestring; in Unmarshal() local
398 if (UnmarshalAccountInfo(accountInfoStr) != ERR_OK) { in Unmarshal()

Completed in 1 milliseconds