Searched refs:CheckSystemAppOrNativePermission (Results 1 - 2 of 2) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_service.cpp | 297 ret = CheckSystemAppOrNativePermission(callingUid, tokenId); in IsBundleIdle() 326 ret = CheckSystemAppOrNativePermission(callingUid, tokenId); in QueryBundleStatsInfoByInterval() 348 ret = CheckSystemAppOrNativePermission(callingUid, tokenId); in QueryBundleEvents() 377 ret = CheckSystemAppOrNativePermission(callingUid, tokenId); in SetAppGroup() 457 ret = CheckSystemAppOrNativePermission(callingUid, tokenId); in QueryAppGroup() 472 ErrCode ret = CheckSystemAppOrNativePermission(callingUid, tokenId); in RegisterAppGroupCallBack() 486 ErrCode ret = CheckSystemAppOrNativePermission(callingUid, tokenId); in UnRegisterAppGroupCallBack() 545 ErrCode BundleActiveService::CheckSystemAppOrNativePermission(const int32_t uid, in CheckSystemAppOrNativePermission() function in OHOS::DeviceUsageStats::BundleActiveService 571 errCode = CheckSystemAppOrNativePermission(callingUid, tokenId); in QueryModuleUsageRecords() 594 errCode = CheckSystemAppOrNativePermission(callingUi in QueryDeviceEventStats() [all...] |
/foundation/resourceschedule/device_usage_statistics/services/common/include/ |
H A D | bundle_active_service.h | 230 ErrCode CheckSystemAppOrNativePermission(const int32_t uid, OHOS::Security::AccessToken::AccessTokenID tokenId);
|
Completed in 3 milliseconds