Searched refs:DMS_VERSION_ID (Results 1 – 10 of 10) sorted by relevance
40 const std::string DMS_VERSION_ID = "dmsVersion"; variable95 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()
48 const std::string DMS_VERSION_ID = "dmsVersion"; variable619 callerInfo.extraInfoJson.find(DMS_VERSION_ID) == callerInfo.extraInfoJson.end()) { in CheckBackgroundPermission()
69 const std::string DMS_VERSION_ID = "dmsVersion"; variable404 …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()
104 const std::string DMS_VERSION_ID = "dmsVersion"; variable447 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()
60 const string DMS_VERSION_ID = "dmsVersion"; variable682 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;
66 const string DMS_VERSION_ID = "dmsVersion"; variable1475 callerInfo.extraInfoJson[DMS_VERSION_ID] = DMS_VERSION;1509 callerInfo.extraInfoJson[DMS_VERSION_ID] = DMS_VERSION;
43 const std::string DMS_VERSION_ID = "dmsVersion"; variable730 std::string info(DMS_VERSION_ID);2159 extraInfoJson[DMS_VERSION_ID] = "4";2164 extraInfoJson[DMS_VERSION_ID] = 4;
40 const string DMS_VERSION_ID = "dmsVersion"; variable1315 callerInfo.extraInfoJson[DMS_VERSION_ID] = DMS_VERSION;
30 const char* DMS_VERSION_ID = "dmsVersion"; variable552 cJSON *dmsVersion = cJSON_GetObjectItemCaseSensitive(extraInfoValue, DMS_VERSION_ID); in UnmarshalCallerInfoExtra()554 callerInfo_.extraInfoJson[DMS_VERSION_ID] = dmsVersion->valuestring; in UnmarshalCallerInfoExtra()
55 const std::string DMS_VERSION_ID = "dmsVersion"; variable789 callerInfo.extraInfoJson[DMS_VERSION_ID] = DMS_VERSION; in ExecuteContinueSend()