Home
last modified time | relevance | path

Searched refs:DMS_VERSION_ID (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp40 const std::string DMS_VERSION_ID = "dmsVersion"; variable
95 if (callerInfo.extraInfoJson.find(DMS_VERSION_ID) != callerInfo.extraInfoJson.end()) { in StartAbilityFromRemote()
96 extraInfoJson[DMS_VERSION_ID] = callerInfo.extraInfoJson[DMS_VERSION_ID]; in StartAbilityFromRemote()
354 if (callerInfo.extraInfoJson.find(DMS_VERSION_ID) != callerInfo.extraInfoJson.end()) { in ConnectAbilityFromRemote()
355 extraInfoJson[DMS_VERSION_ID] = callerInfo.extraInfoJson[DMS_VERSION_ID]; in ConnectAbilityFromRemote()
834 if (callerInfo.extraInfoJson.find(DMS_VERSION_ID) != callerInfo.extraInfoJson.end()) { in StartAbilityByCallFromRemote()
835 extraInfoJson[DMS_VERSION_ID] = callerInfo.extraInfoJson[DMS_VERSION_ID]; in StartAbilityByCallFromRemote()
942 if (info.callerInfo.extraInfoJson.find(DMS_VERSION_ID) != info.callerInfo.extraInfoJson.end()) { in StartFreeInstallFromRemote()
943 extraInfoJson[DMS_VERSION_ID] = info.callerInfo.extraInfoJson[DMS_VERSION_ID]; in StartFreeInstallFromRemote()
H A Ddistributed_sched_permission.cpp48 const std::string DMS_VERSION_ID = "dmsVersion"; variable
619 callerInfo.extraInfoJson.find(DMS_VERSION_ID) == callerInfo.extraInfoJson.end()) { in CheckBackgroundPermission()
H A Ddistributed_sched_stub.cpp69 const std::string DMS_VERSION_ID = "dmsVersion"; variable
404 …if (extraInfoJson.find(DMS_VERSION_ID) != extraInfoJson.end() && extraInfoJson[DMS_VERSION_ID].is_… in SaveExtraInfo()
405 std::string dmsVersion = extraInfoJson[DMS_VERSION_ID]; in SaveExtraInfo()
406 callerInfo.extraInfoJson[DMS_VERSION_ID] = dmsVersion; in SaveExtraInfo()
H A Ddistributed_sched_service.cpp104 const std::string DMS_VERSION_ID = "dmsVersion"; variable
447 callerInfo.extraInfoJson[DMS_VERSION_ID] = DMS_VERSION; in GetCallerInfo()
1359 callerInfo.extraInfoJson[DMS_VERSION_ID] = DMS_VERSION; in ConnectRemoteAbility()
1720 callerInfo.extraInfoJson[DMS_VERSION_ID] = DMS_VERSION; in StartRemoteAbilityByCall()
2853 callerInfo.extraInfoJson[DMS_VERSION_ID] = DMS_VERSION; in SetCallerInfo()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_permission_test.cpp60 const string DMS_VERSION_ID = "dmsVersion"; variable
682 callerInfo.extraInfoJson[DMS_VERSION_ID] = DMS_VERSION;
702 callerInfo.extraInfoJson[DMS_VERSION_ID] = DMS_VERSION;
722 callerInfo.extraInfoJson[DMS_VERSION_ID] = DMS_VERSION;
742 callerInfo.extraInfoJson[DMS_VERSION_ID] = DMS_VERSION;
762 callerInfo.extraInfoJson[DMS_VERSION_ID] = DMS_VERSION;
783 callerInfo.extraInfoJson[DMS_VERSION_ID] = DMS_VERSION;
842 callerInfo.extraInfoJson[DMS_VERSION_ID] = DMS_VERSION;
H A Ddistributed_sched_service_first_test.cpp66 const string DMS_VERSION_ID = "dmsVersion"; variable
1475 callerInfo.extraInfoJson[DMS_VERSION_ID] = DMS_VERSION;
1509 callerInfo.extraInfoJson[DMS_VERSION_ID] = DMS_VERSION;
H A Ddistributed_sched_stub_test.cpp43 const std::string DMS_VERSION_ID = "dmsVersion"; variable
730 std::string info(DMS_VERSION_ID);
2159 extraInfoJson[DMS_VERSION_ID] = "4";
2164 extraInfoJson[DMS_VERSION_ID] = 4;
H A Ddistributed_sched_continuation_test.cpp40 const string DMS_VERSION_ID = "dmsVersion"; variable
1315 callerInfo.extraInfoJson[DMS_VERSION_ID] = DMS_VERSION;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_event.cpp30 const char* DMS_VERSION_ID = "dmsVersion"; variable
552 cJSON *dmsVersion = cJSON_GetObjectItemCaseSensitive(extraInfoValue, DMS_VERSION_ID); in UnmarshalCallerInfoExtra()
554 callerInfo_.extraInfoJson[DMS_VERSION_ID] = dmsVersion->valuestring; in UnmarshalCallerInfoExtra()
H A Ddsched_continue.cpp55 const std::string DMS_VERSION_ID = "dmsVersion"; variable
789 callerInfo.extraInfoJson[DMS_VERSION_ID] = DMS_VERSION; in ExecuteContinueSend()