Home
last modified time | relevance | path

Searched refs:SetDebugMode (Results 1 - 25 of 26) sorted by relevance

12

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/include/
H A Dcommand_parser.h42 void SetDebugMode(const std::string &enable, int32_t mode) const;
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dconnect_server_manager.h33 void SetDebugMode();
H A Dconnect_server_manager.cpp178 void ConnectServerManager::SetDebugMode() in SetDebugMode() function in OHOS::Ace::ConnectServerManager
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/src/
H A Dcommand_parser.cpp306 SetDebugMode(optarg, SET_SIGN_DEBUG_MODE); in RunAsEnableCommand()
309 SetDebugMode(optarg, SET_EXTERNAL_INSTALL_MODE); in RunAsEnableCommand()
312 SetDebugMode(optarg, SET_SIGN_MODE); in RunAsEnableCommand()
468 void CommandParser::SetDebugMode(const std::string &enable, int32_t mode) const in SetDebugMode() function in OHOS::CommandParser
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_manager_service.h56 uint8_t SetDebugMode(bool enable);
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.h57 void SetDebugMode(bool isDebugMode) in SetDebugMode() function in OHOS::Ace::Framework::final
H A Dark_js_runtime.h161 void SetDebugMode(bool isDebugMode) in SetDebugMode() function in panda::OHOS::Ace::Framework::final
H A Dark_js_runtime.cpp180 ConnectServerManager::Get().SetDebugMode(); in StartDebugger()
H A Djsi_engine.cpp3066 engineInstance_->SetDebugMode(NeedDebugBreakPoint()); in Initialize()
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.h138 void SetDebugMode(bool isDebugMode) in SetDebugMode() function in OHOS::Ace::JsiPaEngine
H A Djsi_pa_engine.cpp290 arkJSRuntime->SetDebugMode(isDebugMode_); in InitJsEnv()
364 SetDebugMode(NeedDebugBreakPoint()); in Initialize()
/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_test_tool.h156 ErrCode SetDebugMode(int32_t debugMode);
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_inner_feature.cpp252 uint8_t errorCode = OHOS::ManagerService::GetInstance().SetDebugMode(mode); in SetInnerDebugMode()
H A Dbundle_manager_service.cpp147 uint8_t ManagerService::SetDebugMode(bool enable) in SetDebugMode() function in OHOS::ManagerService
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h140 void SetDebugMode(bool isDebugMode) in SetDebugMode() function in OHOS::Ace::Framework::final
H A Djsi_declarative_engine.cpp1220 engineInstance_->SetDebugMode(NeedDebugBreakPoint()); in Initialize()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp253 bundleMgrProxy.SetDebugMode(false); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1288 virtual ErrCode SetDebugMode(bool isDebug) in SetDebugMode() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h927 virtual ErrCode SetDebugMode(bool isDebug) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h885 virtual ErrCode SetDebugMode(bool isDebug) override;
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp3430 ErrCode setResult = SetDebugMode(enable); in RunAsSetDebugMode()
3439 ErrCode BundleTestTool::SetDebugMode(int32_t debugMode) in SetDebugMode() function in OHOS::AppExecFwk::BundleTestTool
3442 APP_LOGE("SetDebugMode param is invalid"); in SetDebugMode()
3450 return bundleMgrProxy_->SetDebugMode(enable); in SetDebugMode()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp7485 * @tc.name: test SetDebugMode
7486 * @tc.desc: SetDebugMode
7492 int32_t result = hostImpl->SetDebugMode(isDebug); in HWTEST_F()
7498 * @tc.name: test SetDebugMode
7499 * @tc.desc: SetDebugMode
7505 int32_t result = hostImpl->SetDebugMode(isDebug); in HWTEST_F()
7511 * @tc.name: test SetDebugMode
7512 * @tc.desc: SetDebugMode
7519 int32_t result = hostImpl->SetDebugMode(isDebug); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3292 ErrCode BundleMgrHostImpl::SetDebugMode(bool isDebug) in SetDebugMode() function in OHOS::AppExecFwk::BundleMgrHostImpl
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3056 auto ret = SetDebugMode(enable); in HandleSetDebugMode()
3058 APP_LOGE("SetDebugMode failed"); in HandleSetDebugMode()
H A Dbundle_mgr_proxy.cpp3570 ErrCode BundleMgrProxy::SetDebugMode(bool isDebug) in SetDebugMode() function in OHOS::AppExecFwk::BundleMgrProxy
3579 APP_LOGE("fail to SetDebugMode due to write bundleName fail"); in SetDebugMode()

Completed in 82 milliseconds

12