Home
last modified time | relevance | path

Searched refs:Hidump (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_service.h145 bool Hidump(const std::vector<std::string> &args, std::string& result) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service.cpp542 bool BundleMgrService::Hidump(const std::vector<std::string> &args, std::string& result) const in Hidump() function in OHOS::AppExecFwk::BundleMgrService
H A Dbundle_mgr_host_impl.cpp2973 if (!DelayedSingleton<BundleMgrService>::GetInstance()->Hidump(argsStr, result)) { in Dump()
2974 APP_LOGE("Hidump error"); in Dump()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp8761 * @tc.name: Hidump
8768 bool testRet = bundleMgrService_->Hidump(args, result); in HWTEST_F()
8771 testRet = bundleMgrService_->Hidump(args, result); in HWTEST_F()
8774 testRet = bundleMgrService_->Hidump(args, result); in HWTEST_F()
8777 testRet = bundleMgrService_->Hidump(args, result); in HWTEST_F()
10238 * @tc.desc: Hidump is true
10246 auto res = bundleMgrService_->Hidump(args, result); in HWTEST_F()
10252 * @tc.name: test Hidump
10253 * @tc.desc: Hidump is true
10269 auto res2 = bundleMgrService_->Hidump(arg in HWTEST_F()
[all...]

Completed in 27 milliseconds