Home
last modified time | relevance | path

Searched refs:validBundleName (Results 1 - 5 of 5) sorted by relevance

/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() argument
64 if (bundleName != validBundleName) { in IsBundleNameValid()
66 validBundleName.c_str()); in IsBundleNameValid()
/base/inputmethod/imf/services/identity_checker/include/
H A Didentity_checker_impl.h27 bool IsBundleNameValid(uint32_t tokenId, const std::string &validBundleName) override;
H A Didentity_checker.h30 virtual bool IsBundleNameValid(uint32_t tokenId, const std::string &validBundleName) = 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
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Didentity_checker_test.cpp49 bool IsBundleNameValid(uint32_t tokenId, const std::string &validBundleName) override

Completed in 4 milliseconds