/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/ |
H A D | bundle_sandbox_app_helper.cpp | 147 ErrCode BundleSandboxAppHelper::GetInnerBundleInfoByUid(const int32_t &uid, InnerBundleInfo &innerBundleInfo) const in GetInnerBundleInfoByUid() function in OHOS::AppExecFwk::BundleSandboxAppHelper 150 APP_LOGD("enter GetInnerBundleInfoByUid"); in GetInnerBundleInfoByUid() 155 return sandboxDataMgr_->GetInnerBundleInfoByUid(uid, innerBundleInfo); in GetInnerBundleInfoByUid()
|
H A D | bundle_sandbox_data_mgr.cpp | 239 ErrCode BundleSandboxDataMgr::GetInnerBundleInfoByUid(const int32_t &uid, InnerBundleInfo &innerBundleInfo) const in GetInnerBundleInfoByUid() function in OHOS::AppExecFwk::BundleSandboxDataMgr 241 APP_LOGD("GetInnerBundleInfoByUid with uid is %{public}d", uid); in GetInnerBundleInfoByUid() 247 APP_LOGD("GetInnerBundleInfoByUid with userId is %{public}d", userId); in GetInnerBundleInfoByUid() 255 APP_LOGD("GetInnerBundleInfoByUid with innerUid is %{public}d", innerUid); in GetInnerBundleInfoByUid()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/sandbox_app/ |
H A D | bundle_sandbox_data_mgr.h | 47 ErrCode GetInnerBundleInfoByUid(const int32_t &uid, InnerBundleInfo &innerBundleInfo) const;
|
H A D | bundle_sandbox_app_helper.h | 48 ErrCode GetInnerBundleInfoByUid(const int32_t &uid, InnerBundleInfo &innerBundleInfo) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_sandbox_app_test/ |
H A D | bms_bundle_sandbox_app_test.cpp | 80 ErrCode GetInnerBundleInfoByUid(const int32_t &uid, InnerBundleInfo &innerBundleInfo); 196 ErrCode BmsSandboxAppTest::GetInnerBundleInfoByUid(const int32_t &uid, InnerBundleInfo &innerBundleInfo) in GetInnerBundleInfoByUid() function in OHOS::BmsSandboxAppTest 201 return sandboxDataMgr_->GetInnerBundleInfoByUid(uid, innerBundleInfo); in GetInnerBundleInfoByUid() 1898 ErrCode testRet = GetInnerBundleInfoByUid(TEST_UID, newInfo); in HWTEST_F() 1915 ErrCode testRet = GetInnerBundleInfoByUid(-1, info); in HWTEST_F() 1941 ErrCode testRet = GetInnerBundleInfoByUid(-1, info); in HWTEST_F() 1984 res = testRet->GetInnerBundleInfoByUid(0, info); in HWTEST_F() 2013 ErrCode testRet = dataMgr->GetInnerBundleInfoByUid(Constants::INVALID_UID, info); in HWTEST_F() 2015 testRet = dataMgr->GetInnerBundleInfoByUid(TEST_UID, info); in HWTEST_F() 2123 ErrCode testRet = GetInnerBundleInfoByUid(TEST_UI in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/ |
H A D | verify_manager_host_impl.cpp | 193 if (dataMgr->GetInnerBundleInfoByUid(callingUid, innerBundleInfo) != ERR_OK) { in GetCallingBundleName() 516 if (dataMgr->GetInnerBundleInfoByUid(callingUid, innerBundleInfo) != ERR_OK) { in DeleteAbc()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 3432 if (sandboxAppHelper_->GetInnerBundleInfoByUid(uid, innerBundleInfo) != ERR_OK) { in GetBundleNameAndIndexForUid() 3482 ErrCode BundleDataMgr::GetInnerBundleInfoByUid(const int32_t uid, InnerBundleInfo &innerBundleInfo) const in GetInnerBundleInfoByUid() function in OHOS::AppExecFwk::BundleDataMgr 3685 if (GetInnerBundleInfoByUid(uid, innerBundleInfo) != ERR_OK) { in GetBundlesForUid() 3697 ErrCode ret = GetInnerBundleInfoByUid(uid, innerBundleInfo); in GetNameForUid() 3704 if (sandboxAppHelper_->GetInnerBundleInfoByUid(uid, innerBundleInfo) != ERR_OK) { in GetNameForUid() 3884 if (GetInnerBundleInfoByUid(uid, innerBundleInfo) != ERR_OK) { in CheckIsSystemAppByUid() 7301 if (GetInnerBundleInfoByUid(callingUid, innerBundleInfo) != ERR_OK) { in GetGroupDir() 7882 if (GetInnerBundleInfoByUid(uid, innerBundleInfo) != ERR_OK) { in CanOpenLink() 7948 if (GetInnerBundleInfoByUid(callingUid, innerBundleInfo) != ERR_OK) { in GetOdid() 7953 if (sandboxAppHelper_->GetInnerBundleInfoByUid(callingUi in GetOdid() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_data_mgr.h | 918 ErrCode GetInnerBundleInfoByUid(const int32_t uid, InnerBundleInfo &innerBundleInfo) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 1636 * @tc.name: test GetInnerBundleInfoByUid 1644 ErrCode testRet = GetBundleDataMgr()->GetInnerBundleInfoByUid( in HWTEST_F()
|