Home
last modified time | relevance | path

Searched refs:IsCallingUidValid (Results 1 - 10 of 10) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_permission_mgr.cpp34 bool BundlePermissionMgr::IsCallingUidValid(int32_t uid) in IsCallingUidValid() function in OHOS::AppExecFwk::BundlePermissionMgr
80 bool BundlePermissionMgr::IsCallingUidValid(int32_t uid)
/foundation/ability/form_fwk/test/fuzztest/formdatamgrone_fuzzer/
H A Dformdatamgrone_fuzzer.cpp45 formDataMgr.IsCallingUidValid(formUserUids); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_permission_mgr.h109 static bool IsCallingUidValid(int32_t uid);
/foundation/ability/form_fwk/services/include/
H A Dform_data_mgr.h216 bool IsCallingUidValid(const std::vector<int> &formUserUids) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/
H A Dbms_service_startup_test.cpp651 * @tc.name: test IsCallingUidValid
652 * @tc.desc: 1.test IsCallingUidValid of BundlePermissionMgr
659 ret = BundlePermissionMgr::IsCallingUidValid(callingUid); in HWTEST_F()
663 ret = BundlePermissionMgr::IsCallingUidValid(callingUid); in HWTEST_F()
898 * @tc.name: test IsCallingUidValid
899 * @tc.desc: 1.test IsCallingUidValid of BundlePermissionMgr
906 bool result = BundlePermissionMgr::IsCallingUidValid(uid); in HWTEST_F()
912 * @tc.name: test IsCallingUidValid
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp3481 * @tc.name: IsCallingUidValid
3488 bool result = formDataMgr_.IsCallingUidValid(formUserUids); in HWTEST_F()
3495 * @tc.name: IsCallingUidValid
3503 bool result = formDataMgr_.IsCallingUidValid(formUserUids); in HWTEST_F()
3510 * @tc.name: IsCallingUidValid
3519 bool result = formDataMgr_.IsCallingUidValid(formUserUids); in HWTEST_F()
3535 bool result = formDataMgr_.IsCallingUidValid(formUserUids); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp542 bool BundlePermissionMgr::IsCallingUidValid(int32_t uid) in IsCallingUidValid() function in OHOS::AppExecFwk::BundlePermissionMgr
548 LOG_E(BMS_TAG_DEFAULT, "IsCallingUidValid failed, uid = %{public}d, calling uid = %{public}d", uid, callingUid); in IsCallingUidValid()
H A Dbundle_mgr_host_impl.cpp3810 if (!BundlePermissionMgr::IsCallingUidValid(Constants::ROOT_UID)) { in CreateBundleDataDir()
3811 APP_LOGE("IsCallingUidValid failed"); in CreateBundleDataDir()
3825 if (!BundlePermissionMgr::IsCallingUidValid(Constants::CODE_PROTECT_UID)) { in UpdateAppEncryptedStatus()
3826 APP_LOGE("IsCallingUidValid failed"); in UpdateAppEncryptedStatus()
/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H A Dfms_form_share_mgr_test.cpp2188 * @tc.desc: test IsCallingUidValid function
2196 EXPECT_EQ(false, formDataMgr.IsCallingUidValid(formUserUids)); in HWTEST_F()
2202 * @tc.desc: test IsCallingUidValid function
2214 EXPECT_EQ(false, formDataMgr.IsCallingUidValid(formUserUids)); in HWTEST_F()
2220 * @tc.desc: test IsCallingUidValid function
2229 EXPECT_EQ(true, formDataMgr.IsCallingUidValid(formUserUids)); in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H A Dform_data_mgr.cpp421 bool FormDataMgr::IsCallingUidValid(const std::vector<int> &formUserUids) const in IsCallingUidValid() function in OHOS::AppExecFwk::FormDataMgr

Completed in 29 milliseconds