Home
last modified time | relevance | path

Searched refs:currentBundleName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp558 std::string currentBundleName; in GetBundleInfo() local
561 currentBundleName = appContext->GetBundleName(); in GetBundleInfo()
563 currentBundle = bundleName == currentBundleName; in GetBundleInfo()
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp1632 auto currentBundleName = ImeCfgManager::GetInstance().GetCurrentImeCfg(userId)->bundleName; in CheckSwitchPermission() local
1633 … if (identityChecker_->IsBundleNameValid(IPCSkeleton::GetCallingTokenID(), currentBundleName) && in CheckSwitchPermission()