Home
last modified time | relevance | path

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

/base/security/security_component_manager/frameworks/security_component/src/
H A Dsave_button.cpp36 if ((static_cast<SaveIcon>(icon_) == SaveIcon::PICTURE_ICON) && !IsSystemAppCalling()) { in IsTextIconTypeValid()
44 bool SaveButton::IsSystemAppCalling() const in IsSystemAppCalling() function in OHOS::Security::SecurityComponent::SaveButton
/base/security/access_token/services/privacymanager/src/service/
H A Dprivacy_manager_stub.cpp116 if ((AccessTokenKit::GetTokenTypeFlag(callingTokenID) == TOKEN_HAP) && (!IsSystemAppCalling())) { in AddPermissionUsedRecordInner()
136 if ((AccessTokenKit::GetTokenTypeFlag(callingTokenID) == TOKEN_HAP) && (!IsSystemAppCalling())) { in StartUsingPermissionInner()
171 if ((AccessTokenKit::GetTokenTypeFlag(callingTokenID) == TOKEN_HAP) && (!IsSystemAppCalling())) { in StopUsingPermissionInner()
200 if ((AccessTokenKit::GetTokenTypeFlag(callingTokenID) == TOKEN_HAP) && (!IsSystemAppCalling())) { in GetPermissionUsedRecordsInner()
248 if ((AccessTokenKit::GetTokenTypeFlag(callingTokenID) == TOKEN_HAP) && (!IsSystemAppCalling())) { in RegisterPermActiveStatusCallbackInner()
279 if ((AccessTokenKit::GetTokenTypeFlag(callingTokenID) == TOKEN_HAP) && (!IsSystemAppCalling())) { in UnRegisterPermActiveStatusCallbackInner()
403 if ((AccessTokenKit::GetTokenTypeFlag(callingTokenID) == TOKEN_HAP) && (!IsSystemAppCalling())) { in GetPermissionUsedTypeInfosInner()
489 bool PrivacyManagerStub::IsSystemAppCalling() const in IsSystemAppCalling() function in OHOS::Security::AccessToken::PrivacyManagerStub
/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_kit.h41 static bool IsSystemAppCalling();
H A Dsave_button.h56 bool IsSystemAppCalling() const;
/base/security/security_component_manager/frameworks/inner_api/security_component/include/
H A Dsec_comp_client.h44 bool IsSystemAppCalling();
/base/security/security_component_manager/frameworks/inner_api/security_component/src/
H A Dsec_comp_kit.cpp176 bool SecCompKit::IsSystemAppCalling() in IsSystemAppCalling() function in OHOS::Security::SecurityComponent::SecCompKit
178 return SecCompClient::GetInstance().IsSystemAppCalling(); in IsSystemAppCalling()
H A Dsec_comp_client.cpp116 bool SecCompClient::IsSystemAppCalling() in IsSystemAppCalling() function in OHOS::Security::SecurityComponent::SecCompClient
/base/security/access_token/services/accesstokenmanager/main/cpp/src/service/
H A Daccesstoken_manager_stub.cpp223 if ((this->GetTokenType(callingTokenID) == TOKEN_HAP) && (!IsSystemAppCalling())) { in GetPermissionsStatusInner()
268 if ((this->GetTokenType(callingTokenID) == TOKEN_HAP) && (!IsSystemAppCalling())) { in GetPermissionFlagInner()
295 if ((this->GetTokenType(callingTokenID) == TOKEN_HAP) && (!IsSystemAppCalling())) { in SetPermissionRequestToggleStatusInner()
318 if ((this->GetTokenType(callingTokenID) == TOKEN_HAP) && (!IsSystemAppCalling())) { in GetPermissionRequestToggleStatusInner()
346 if ((this->GetTokenType(callingTokenID) == TOKEN_HAP) && (!IsSystemAppCalling())) { in GrantPermissionInner()
369 if ((this->GetTokenType(callingTokenID) == TOKEN_HAP) && (!IsSystemAppCalling())) { in RevokePermissionInner()
392 if ((this->GetTokenType(callingTokenID) == TOKEN_HAP) && (!IsSystemAppCalling())) { in GrantPermissionForSpecifiedTimeInner()
581 if ((this->GetTokenType(callingTokenID) == TOKEN_HAP) && (!IsSystemAppCalling())) { in RegisterPermStateChangeCallbackInner()
609 if ((this->GetTokenType(callingToken) == TOKEN_HAP) && (!IsSystemAppCalling())) { in UnRegisterPermStateChangeCallbackInner()
769 if ((this->GetTokenType(callingToken) == TOKEN_HAP) && (!IsSystemAppCalling())) { in GetVersionInner()
954 bool AccessTokenManagerStub::IsSystemAppCalling() const IsSystemAppCalling() function in OHOS::Security::AccessToken::AccessTokenManagerStub
[all...]
/base/security/access_token/services/privacymanager/include/service/
H A Dprivacy_manager_stub.h57 bool IsSystemAppCalling() const;
/base/security/access_token/services/accesstokenmanager/main/cpp/include/service/
H A Daccesstoken_manager_stub.h91 bool IsSystemAppCalling() const;

Completed in 7 milliseconds