Searched refs:callingType (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_auth_center.cpp | 54 Security::AccessToken::ATokenTypeEnum callingType = in IsSystemAccess() local 56 if (callingType == Security::AccessToken::TOKEN_NATIVE || callingType == Security::AccessToken::TOKEN_SHELL) { in IsSystemAccess() 59 if (callingType == Security::AccessToken::TOKEN_HAP && isSystemApp) { in IsSystemAccess() 62 WIFI_LOGE("The caller is not a system app.fullTokenId:%" PRIu64 ", isSystemApp:%{public}d, callingType:%{public}d.", in IsSystemAccess() 63 fullTokenId, isSystemApp, callingType); in IsSystemAccess() 69 Security::AccessToken::ATokenTypeEnum callingType = in IsNativeProcess() local 71 if (callingType == Security::AccessToken::TOKEN_NATIVE) { in IsNativeProcess() 74 WIFI_LOGE("The caller callingType:%{public}d is not a native process.", callingType); in IsNativeProcess() [all...] |
H A D | wifi_permission_utils.cpp | 190 ATokenTypeEnum callingType = AccessTokenKit::GetTokenTypeFlag(tokenId); 191 if (callingType != ATokenTypeEnum::TOKEN_HAP) {
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/permission/ |
H A D | permission_utils.cpp | 93 ATokenTypeEnum callingType = AccessTokenKit::GetTokenTypeFlag(tokenId); in CheckSystemHapApp() local 96 HILOGI("tokenId:0x%{public}x, callingType:0x%{public}x, fullTokenId:0x%{public}llx, isSystemApp:%{public}d", in CheckSystemHapApp() 97 tokenId, callingType, static_cast<unsigned long long>(fullTokenId), isSystemApp); in CheckSystemHapApp() 99 if (callingType == TOKEN_HAP && !isSystemApp) { in CheckSystemHapApp() 109 ATokenTypeEnum callingType = AccessTokenKit::GetTokenTypeFlag(tokenId); in GetApiVersion() local 110 if (callingType != ATokenTypeEnum::TOKEN_HAP) { in GetApiVersion()
|
/foundation/communication/dhcp/services/utils/src/ |
H A D | dhcp_permission_utils.cpp | 42 Security::AccessToken::ATokenTypeEnum callingType =
in VerifyIsNativeProcess() local 44 if (callingType == Security::AccessToken::TOKEN_NATIVE) {
in VerifyIsNativeProcess() 47 DHCP_LOGE("VerifyIsNativeProcess false, callingType:%{public}d is not a native process.", callingType);
in VerifyIsNativeProcess()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/ |
H A D | dms_hisysevent_report.h | 53 std::string callingType; member
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/ |
H A D | dms_hisysevent_report.cpp | 48 KEY_CALLING_TYPE, param.callingType, in ReportBehaviorEvent()
|
Completed in 2 milliseconds