Home
last modified time | relevance | path

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 Dwifi_auth_center.cpp54 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 Dwifi_permission_utils.cpp190 ATokenTypeEnum callingType = AccessTokenKit::GetTokenTypeFlag(tokenId);
191 if (callingType != ATokenTypeEnum::TOKEN_HAP) {
/foundation/communication/bluetooth_service/services/bluetooth/service/src/permission/
H A Dpermission_utils.cpp93 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 Ddhcp_permission_utils.cpp42 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 Ddms_hisysevent_report.h53 std::string callingType; member
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddms_hisysevent_report.cpp48 KEY_CALLING_TYPE, param.callingType, in ReportBehaviorEvent()

Completed in 2 milliseconds