Home
last modified time | relevance | path

Searched refs:DumpAllBundleInfoNamesByUserId (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h1054 bool DumpAllBundleInfoNamesByUserId(int32_t userId, std::string &result);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1844 return DumpAllBundleInfoNamesByUserId(userId, result); in DumpAllBundleInfoNames()
1849 DumpAllBundleInfoNamesByUserId(userId, result); in DumpAllBundleInfoNames()
1856 bool BundleMgrHostImpl::DumpAllBundleInfoNamesByUserId(int32_t userId, std::string &result) in DumpAllBundleInfoNamesByUserId() function in OHOS::AppExecFwk::BundleMgrHostImpl
1858 APP_LOGI("DumpAllBundleInfoNamesByUserId begin"); in DumpAllBundleInfoNamesByUserId()
1879 APP_LOGI("DumpAllBundleInfoNamesByUserId successfully"); in DumpAllBundleInfoNamesByUserId()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2597 retBool = hostImpl->DumpAllBundleInfoNamesByUserId(USERID, result); in HWTEST_F()
5209 * @tc.name: test DumpAllBundleInfoNamesByUserId
5217 bool ret = hostImpl->DumpAllBundleInfoNamesByUserId(Constants::INVALID_USERID, result); in HWTEST_F()
5244 * @tc.name: test DumpAllBundleInfoNamesByUserId

Completed in 18 milliseconds