Home
last modified time | relevance | path

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 Dams_app_running_record_test.cpp220 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 Dapp_running_processes_info_test.cpp217 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 Dmock_bundle_manager.cpp221 bundleInfo.jointUserId = "join"; in GetBundleInfo()
226 bundleInfo.jointUserId = ""; in GetBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_info.h155 std::string jointUserId; member
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp97 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 Dapp_running_record.cpp323 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 Dbundle_info.cpp326 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 Dapp_running_record.h255 void SetJointUserId(const std::string &jointUserId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp164 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 Dbms_bundle_data_storage_database_test.cpp547 "jointUserId":"",
1188 "jointUserId": "",
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp480 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 Dbms_bundle_kit_service_test.cpp587 bundleInfo.jointUserId = BUNDLE_JOINT_USERID; in AddBundleInfo()
1033 EXPECT_EQ(BUNDLE_JOINT_USERID, bundleInfo.jointUserId); in CheckBundleInfo()
H A Dbms_bundle_data_mgr_test.cpp482 bundleInfo.jointUserId = BUNDLE_JOINT_USERID; in AddBundleInfo()