Home
last modified time | relevance | path

Searched defs:GetBundleNameByToken (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Ddfsu_access_token_helper_mock.cpp36 int32_t DfsuAccessTokenHelper::GetBundleNameByToken(uint32_t tokenId, std::string &bundleName) in GetBundleNameByToken() function in OHOS::FileManagement::DfsuAccessTokenHelper
/ohos5.0/base/inputmethod/imf/services/identity_checker/src/
H A Didentity_checker_impl.cpp103 std::string IdentityCheckerImpl::GetBundleNameByToken(uint32_t tokenId) in GetBundleNameByToken() function in OHOS::MiscServices::IdentityCheckerImpl
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/common/include/
H A Didentity_checker_mock.h51 std::string GetBundleNameByToken(uint32_t tokenId) override in GetBundleNameByToken() function
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/src/
H A Ddfsu_access_token_helper.cpp69 int32_t DfsuAccessTokenHelper::GetBundleNameByToken(uint32_t tokenId, std::string &bundleName) in GetBundleNameByToken() function in OHOS::FileManagement::DfsuAccessTokenHelper
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Didentity_checker_test.cpp65 std::string GetBundleNameByToken(uint32_t tokenId) override in GetBundleNameByToken() function in OHOS::MiscServices::IdentityCheckerTest::IdentityCheckerMock