Home
last modified time | relevance | path

Searched defs:IsBundleNameValid (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/identity_checker/src/
H A Didentity_checker_impl.cpp58 bool IdentityCheckerImpl::IsBundleNameValid(uint32_t tokenId, const std::string &validBundleName) in IsBundleNameValid() function in OHOS::MiscServices::IdentityCheckerImpl
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/common/include/
H A Didentity_checker_mock.h35 bool IsBundleNameValid(uint32_t tokenId, const std::string &validBundleName) override in IsBundleNameValid() function
/ohos5.0/base/security/access_token/frameworks/common/src/
H A Ddata_validator.cpp31 bool DataValidator::IsBundleNameValid(const std::string& bundleName) in IsBundleNameValid() function in OHOS::Security::AccessToken::DataValidator
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Didentity_checker_test.cpp49 bool IsBundleNameValid(uint32_t tokenId, const std::string &validBundleName) override in IsBundleNameValid() function in OHOS::MiscServices::IdentityCheckerTest::IdentityCheckerMock