Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h51 constexpr int32_t CODE_PROTECT_UID = 7666; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1762 if (uid != Constants::FOUNDATION_UID && uid != Constants::CODE_PROTECT_UID) { in RegisterBundleEventCallback()