Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue_event.h67 std::string dstDeveloperId_ = ""; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_event.cpp49 cJSON_AddStringToObject(rootValue, "DstDeveloperId", dstDeveloperId_.c_str()); in Marshal()
103 std::string *strNotRequiredValues[] = { &srcDeveloperId_, &dstDeveloperId_}; in Unmarshal()