Searched refs:DumpBundleInfo (Results 1 - 7 of 7) sorted by relevance
/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | bundle_command.h | 268 std::string DumpBundleInfo(const std::string &bundleName, int32_t userId) const;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_data_service.h | 83 void DumpBundleInfo(int fd, std::map<std::string, std::vector<std::string>> ¶ms);
|
H A D | kvstore_data_service.cpp | 301 Handler handlerBundleInfo = std::bind(&KvStoreDataService::DumpBundleInfo, this, std::placeholders::_1, in OnStart() 1147 void KvStoreDataService::DumpBundleInfo(int fd, std::map<std::string, std::vector<std::string>> ¶ms) in DumpBundleInfo() function in OHOS::DistributedKv::KvStoreDataService
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 1068 dumpResults = DumpBundleInfo(bundleName, userId); in RunAsDumpCommand() 1996 std::string BundleManagerShellCommand::DumpBundleInfo(const std::string &bundleName, int32_t userId) const in DumpBundleInfo() function in OHOS::AppExecFwk::BundleManagerShellCommand
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 1055 bool DumpBundleInfo(const std::string &bundleName, int32_t userId, std::string &result);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 1826 ret = DumpBundleInfo(bundleName, userId, result); in DumpInfos() 1883 bool BundleMgrHostImpl::DumpBundleInfo( in DumpBundleInfo() function in OHOS::AppExecFwk::BundleMgrHostImpl 1886 APP_LOGD("DumpBundleInfo begin"); in DumpBundleInfo() 1919 APP_LOGD("DumpBundleInfo success with bundleName %{public}s", bundleName.c_str()); in DumpBundleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 2910 * @tc.desc: 1.test DumpBundleInfo 2916 bool ret = hostImpl->DumpBundleInfo("", Constants::ALL_USERID, result); in HWTEST_F() 2918 ret = hostImpl->DumpBundleInfo(TEST_BUNDLE_NAME, Constants::ALL_USERID, result); in HWTEST_F()
|
Completed in 25 milliseconds