Home
last modified time | relevance | path

Searched defs:bundleId (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dcheck_encryption_param.h35 int32_t bundleId = -1; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_data_mgr.cpp350 int32_t bundleId = innerBundleUserInfo.uid - in RestoreSandboxUidAndGid() local
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp2259 int bundleId; variable
2361 int bundleId = INVALID_BUNDLE_ID; variable
2448 int bundleId = INVALID_BUNDLE_ID; variable
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudsyncmanager/
H A Dcloud_sync_manager_n_exporter.cpp263 std::unique_ptr<char []> bundleId; in ParseSwitches() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1552 const int32_t bundleId = checkEncryptionParam.bundleId; in CheckEncryption() local
1601 const int32_t bundleId = checkEncryptionParam.bundleId; in CheckHapEncryption() local
2235 …erator::EnforceEncryption(std::unordered_map<std::string, std::string> &entryMap, int32_t bundleId, in EnforceEncryption()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp121 ErrCode OsAccountManager::GetBundleIdFromUid(const int uid, int &bundleId) in GetBundleIdFromUid()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp345 void BundleUtil::MakeFsConfig(const std::string &bundleName, int32_t bundleId, const std::string &c… in MakeFsConfig()
H A Dbundle_data_mgr.cpp3388 int32_t bundleId = uid - userId * Constants::BASE_USER_RANGE; in GetInnerBundleInfoAndIndexByUid() local
4486 int32_t bundleId = INVALID_BUNDLEID; in GenerateUidAndGid() local
4498 bool BundleDataMgr::GenerateBundleId(const std::string &bundleName, int32_t &bundleId) in GenerateBundleId()
4589 int32_t bundleId = innerBundleUserInfo.uid - in RecycleUidAndGid() local
4611 int32_t bundleId = innerBundleUserInfo.uid - in RestoreUidAndGid() local
4629 int32_t bundleId = cloneInfo.uid - cloneInfo.userId * Constants::BASE_USER_RANGE; in RestoreUidAndGid() local
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp955 int32_t bundleId = 0; in GetBundleIdForUidSync() local