Home
last modified time | relevance | path

Searched refs:MAX_APP_UID (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h54 constexpr int32_t MAX_APP_UID = 65535; variable
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnet_vpn_impl.cpp328 …nt32_t stop = userId * AppExecFwk::Constants::BASE_USER_RANGE + AppExecFwk::Constants::MAX_APP_UID; in GenerateUidRangesByRefusedApps()
392 …nt32_t stop = userId * AppExecFwk::Constants::BASE_USER_RANGE + AppExecFwk::Constants::MAX_APP_UID; in GenerateUidRanges()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp274 constexpr int32_t MAX_APP_UID = 65535; variable
2579 GetBundleDataMgr()->bundleIdMap_.emplace(MAX_APP_UID, BUNDLE_TEST1);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp119 constexpr int32_t MAX_APP_UID = 65535; variable
133 if (baseAppUid_ < Constants::BASE_APP_UID || baseAppUid_ >= MAX_APP_UID) { in BundleDataMgr()
4526 if (bundleIdMap_.rbegin()->first == MAX_APP_UID) { in GenerateBundleId()