Searched refs:jointUserId (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/ |
H A D | ams_app_running_record_test.cpp | 220 bundleInfo.jointUserId = "joint456"; 254 bundleInfo.jointUserId = "joint456"; 290 bundleInfo.jointUserId = "joint456"; 333 bundleInfo.jointUserId = "joint456"; 357 bundleInfo.jointUserId = "joint456"; 746 bundleInfo.jointUserId = "joint456"; 955 bundleInfo.jointUserId = "joint456"; 995 bundleInfo.jointUserId = "joint456"; 1044 bundleInfo.jointUserId = "joint456"; 1088 bundleInfo.jointUserId = "joint456"; [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_running_processes_info_test/ |
H A D | app_running_processes_info_test.cpp | 217 bundleInfo.jointUserId = "joint456"; 311 bundleInfo.jointUserId = "joint456"; 341 bundleInfo.jointUserId = "joint456";
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/ |
H A D | mock_bundle_manager.cpp | 221 bundleInfo.jointUserId = "join"; in GetBundleInfo() 226 bundleInfo.jointUserId = ""; in GetBundleInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | bundle_info.h | 155 std::string jointUserId; member
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_running_manager.cpp | 97 appRecord->SetJointUserId(bundleInfo.jointUserId); in CreateAppRunningRecord() 120 auto jointUserId = bundleInfo.jointUserId; in CheckAppRunningRecordIsExist() local 121 TAG_LOGD(AAFwkTag::APPMGR, "jointUserId : %{public}s", jointUserId.c_str()); in CheckAppRunningRecordIsExist() 124 …auto FindSameProcess = [signCode, specifiedProcessFlag, processName, jointUserId](const auto &pair… in CheckAppRunningRecordIsExist() 130 (pair.second->GetJointUserId() == jointUserId) && in CheckAppRunningRecordIsExist() 136 if (!jointUserId.empty()) { in CheckAppRunningRecordIsExist()
|
H A D | app_running_record.cpp | 323 void AppRunningRecord::SetJointUserId(const std::string &jointUserId) in SetJointUserId() argument 325 jointUserId_ = jointUserId; in SetJointUserId()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | bundle_info.cpp | 326 jointUserId = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 468 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(jointUserId)); in Marshalling() 656 {BUNDLE_INFO_JOINT_USERID, bundleInfo.jointUserId}, in to_json() 806 bundleInfo.jointUserId, in from_json()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_running_record.h | 255 void SetJointUserId(const std::string &jointUserId);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 164 std::string jointUserId; member 673 device.jointUserId, in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 547 "jointUserId":"", 1188 "jointUserId": "",
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 480 EXPECT_EQ(bundleInfo.jointUserId, ""); in CheckBundleInfo() 516 EXPECT_EQ(bundleInfo.jointUserId, ""); in CheckBaseBundleInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 587 bundleInfo.jointUserId = BUNDLE_JOINT_USERID; in AddBundleInfo() 1033 EXPECT_EQ(BUNDLE_JOINT_USERID, bundleInfo.jointUserId); in CheckBundleInfo()
|
H A D | bms_bundle_data_mgr_test.cpp | 482 bundleInfo.jointUserId = BUNDLE_JOINT_USERID; in AddBundleInfo()
|