Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/services/identity_checker/include/
H A Didentity_checker.h33 virtual bool IsNativeSa(Security::AccessToken::AccessTokenID tokenId) = 0;
H A Didentity_checker_impl.h30 bool IsNativeSa(Security::AccessToken::AccessTokenID tokenId) override;
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/common/include/
H A Didentity_checker_mock.h47 bool IsNativeSa(Security::AccessToken::AccessTokenID tokenId) override in IsNativeSa() function
/ohos5.0/base/inputmethod/imf/services/identity_checker/src/
H A Didentity_checker_impl.cpp90 bool IdentityCheckerImpl::IsNativeSa(AccessTokenID tokenId) in IsNativeSa() function in OHOS::MiscServices::IdentityCheckerImpl
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp465 if (identityChecker_->IsNativeSa(IPCSkeleton::GetCallingTokenID())) { in SetCoreAndAgent()
551 !identityChecker_->IsNativeSa(IPCSkeleton::GetCallingTokenID())) { in UpdateListenEventFlag()
630 !identityChecker_->IsNativeSa(IPCSkeleton::GetCallingTokenID())) { in IsCurrentImeByPid()
1567 if (!identityChecker_->IsNativeSa(IPCSkeleton::GetCallingTokenID())) { in UnRegisteredProxyIme()
1593 if (!identityChecker_->IsNativeSa(IPCSkeleton::GetCallingFullTokenID())) { in CheckEnableAndSwitchPermission()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Didentity_checker_test.cpp61 bool IsNativeSa(Security::AccessToken::AccessTokenID tokenId) override in IsNativeSa() function in OHOS::MiscServices::IdentityCheckerTest::IdentityCheckerMock