Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dmock_form_db_cache.cpp45 int userUid = -1; in GetAllFormInfo() local
53 formDBInfo.formUserUids.emplace_back(userUid); in GetAllFormInfo()
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/
H A Dmock_bundle_manager.cpp211 int32_t userUid = 10001; in GetBundleInfo() local
213 bundleInfo.uid = userUid; in GetBundleInfo()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_data_mgr.cpp380 for (const auto &userUid : record.formUserUids) { in CheckEnoughForm() local
381 if (userUid != callingUid) { in CheckEnoughForm()
432 for (const auto &userUid : formUserUids) { in IsCallingUidValid() local
433 if (userUid == IPCSkeleton::GetCallingUid()) { in IsCallingUidValid()