Home
last modified time | relevance | path

Searched refs:srcDeveloperId_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue_event.h64 std::string srcDeveloperId_ = ""; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_event.cpp46 cJSON_AddStringToObject(rootValue, "SrcDeveloperId", srcDeveloperId_.c_str()); in Marshal()
103 std::string *strNotRequiredValues[] = { &srcDeveloperId_, &dstDeveloperId_}; in Unmarshal()
H A Ddsched_continue.cpp894 cmd->srcDeveloperId_ = appProvisionInfo.developerId; in PackDataCmd()
904 if (!BundleManagerInternal::IsSameDeveloperId(cmd->dstBundleName_, cmd->srcDeveloperId_)) { in CheckStartPermission()