Home
last modified time | relevance | path

Searched refs:IsNativeSa (Results 1 - 6 of 6) sorted by relevance

/base/inputmethod/imf/services/identity_checker/src/
H A Didentity_checker_impl.cpp85 if (!IsNativeSa(tokenId)) { in IsBroker()
93 bool IdentityCheckerImpl::IsNativeSa(AccessTokenID tokenId) in IsNativeSa() function in OHOS::MiscServices::IdentityCheckerImpl
/base/inputmethod/imf/services/identity_checker/include/
H A Didentity_checker_impl.h30 bool IsNativeSa(Security::AccessToken::AccessTokenID tokenId) override;
H A Didentity_checker.h33 virtual bool IsNativeSa(Security::AccessToken::AccessTokenID tokenId) = 0;
/base/inputmethod/imf/test/unittest/cpp_test/common/include/
H A Didentity_checker_mock.h47 bool IsNativeSa(Security::AccessToken::AccessTokenID tokenId) override
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp447 if (identityChecker_->IsNativeSa(IPCSkeleton::GetCallingTokenID())) { in SetCoreAndAgent()
533 !identityChecker_->IsNativeSa(IPCSkeleton::GetCallingTokenID())) { in UpdateListenEventFlag()
612 !identityChecker_->IsNativeSa(IPCSkeleton::GetCallingTokenID())) { in IsCurrentImeByPid()
1502 if (!identityChecker_->IsNativeSa(IPCSkeleton::GetCallingTokenID())) {
1528 if (!identityChecker_->IsNativeSa(IPCSkeleton::GetCallingFullTokenID())) {
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Didentity_checker_test.cpp61 bool IsNativeSa(Security::AccessToken::AccessTokenID tokenId) override

Completed in 5 milliseconds