Home
last modified time | relevance | path

Searched refs:GetAllReqPermissionStateFull (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_permission_mgr.h75 static bool GetAllReqPermissionStateFull(Security::AccessToken::AccessTokenID tokenId,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_permission_mgr.cpp175 bool BundlePermissionMgr::GetAllReqPermissionStateFull(AccessTokenID tokenId, in GetAllReqPermissionStateFull() function in OHOS::AppExecFwk::BundlePermissionMgr
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp230 bool BundlePermissionMgr::GetAllReqPermissionStateFull(AccessToken::AccessTokenID tokenId, in GetAllReqPermissionStateFull() function in OHOS::AppExecFwk::BundlePermissionMgr
236 LOG_E(BMS_TAG_DEFAULT, "GetAllReqPermissionStateFull get user grant failed errcode: %{public}d", ret); in GetAllReqPermissionStateFull()
242 LOG_E(BMS_TAG_DEFAULT, "GetAllReqPermissionStateFull get system grant failed errcode: %{public}d", ret); in GetAllReqPermissionStateFull()
259 if (!GetAllReqPermissionStateFull(tokenId, allPermissionState)) { in GetRequestPermissionStates()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/
H A Dbms_service_startup_test.cpp827 * @tc.name: test GetAllReqPermissionStateFull
828 * @tc.desc: 1.test GetAllReqPermissionStateFull of BundlePermissionMgr
837 bool result = BundlePermissionMgr::GetAllReqPermissionStateFull(callerToken, newPermissionState); in HWTEST_F()

Completed in 6 milliseconds