Home
last modified time | relevance | path

Searched refs:GetConfig (Results 1 - 25 of 39) sorted by relevance

12

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_doh_config_impl.cpp31 ArkWebString ArkWebDohConfigImpl::GetConfig() in GetConfig() function in OHOS::ArkWeb::ArkWebDohConfigImpl
33 return ArkWebStringClassToStruct(nweb_doh_config_->GetConfig()); in GetConfig()
H A Dark_web_doh_config_impl.h34 ArkWebString GetConfig() override;
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp196 GetConfig(name, dumpCfgs, args); in HandleDumpLog()
218 GetConfig(CONFIG_DUMPER_LIST_SYSTEM_ABILITY, dumpCfgs, args); in HandleDumpList()
224 GetConfig(CONFIG_DUMPER_LIST_SERVICE, dumpCfgs, args); in HandleDumpList()
230 GetConfig(CONFIG_DUMPER_LIST_SYSTEM, dumpCfgs, args); in HandleDumpList()
250 GetConfig(CONFIG_GROUP_SERVICE, dumpCfgs, args); in HandleDumpService()
270 GetConfig(CONFIG_GROUP_ABILITY, dumpCfgs, args); in HandleDumpAbility()
290 GetConfig(CONFIG_GROUP_SYSTEM_BASE, dumpCfgs, args); in HandleDumpSystem()
291 GetConfig(CONFIG_GROUP_SYSTEM_SYSTEM, dumpCfgs, args); in HandleDumpSystem()
300 GetConfig(name, dumpCfgs, args); in HandleDumpSystem()
328 GetConfig(CONFIG_GROUP_CPU_FRE in HandleDumpCpuFreq()
612 DumpStatus ConfigUtils::GetConfig(const std::string &name, std::vector<std::shared_ptr<DumpCfg>> &result, GetConfig() function in OHOS::HiviewDFX::ConfigUtils
[all...]
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_doh_config_wrapper.cpp31 std::string ArkWebDohConfigWrapper::GetConfig() in GetConfig() function in OHOS::ArkWeb::ArkWebDohConfigWrapper
33 ArkWebString stConfig = ark_web_doh_config_->GetConfig(); in GetConfig()
H A Dark_web_doh_config_wrapper.h32 std::string GetConfig() override;
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprinter.cpp160 if (DfxConfig::GetConfig().displayMaps) { in PrintProcessMapsByConfig()
174 if (DfxConfig::GetConfig().displayBacktrace) { in PrintOtherThreadHeaderByConfig()
182 if (DfxConfig::GetConfig().displayBacktrace && thread != nullptr) { in PrintThreadHeaderByConfig()
219 if (DfxConfig::GetConfig().displayBacktrace && thread != nullptr) { in PrintThreadBacktraceByConfig()
257 if (DfxConfig::GetConfig().displayRegister) { in PrintThreadRegsByConfig()
270 if (DfxConfig::GetConfig().displayRegister) { in PrintRegsByConfig()
279 if (DfxConfig::GetConfig().displayFaultStack) { in PrintThreadFaultStackByConfig()
H A Ddfx_unwind_remote.cpp180 if ((!DfxConfig::GetConfig().dumpOtherThreads) || (vmPid != 0 && !isVmProcAttach)) { in UnwindOtherThread()
206 bool ret = unwinder->UnwindRemote(pid, withRegs, DfxConfig::GetConfig().maxFrameNums); in UnwindOtherThread()
247 if (!DfxConfig::GetConfig().dumpOtherThreads) { in InitOtherThreadRegs()
H A Ddfx_fault_stack.cpp64 uintptr_t lowAddrLength = DfxConfig::GetConfig().lowAddressStep; in AdjustAndCreateMemoryBlock()
94 uintptr_t highAddrLength = DfxConfig::GetConfig().highAddressStep; in CollectStackInfo()
160 if (targetAddr - stackStartAddr > STEP * DfxConfig::GetConfig().highAddressStep) { in PrintMemoryBlock()
H A Ddfx_unwind_async_thread.cpp50 DfxConfig::GetConfig().maxFrameNums); in UnwindStack()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_doh_config.h32 virtual ArkWebString GetConfig() = 0;
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_config.h35 static DfxConfigInfo& GetConfig();
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_download_manager.h30 virtual std::string GetConfig() = 0;
/base/hiviewdfx/hiview/plugins/eventlogger/config/test/unittest/common/
H A Devent_logger_config_test.cpp57 auto result = config->GetConfig(); in HWTEST_F()
/base/hiviewdfx/hiview/plugins/eventlogger/config/
H A Devent_logger_config.h36 std::unordered_map<std::string, EventLoggerConfigData> GetConfig();
H A Devent_logger_config.cpp158 std::unordered_map<std::string, EventLoggerConfig::EventLoggerConfigData> EventLoggerConfig::GetConfig() in GetConfig() function in OHOS::HiviewDFX::EventLoggerConfig
/base/hiviewdfx/hiappevent/frameworks/native/ndk/include/
H A Dndk_app_event_processor.h39 HiAppEvent::ReportConfig GetConfig();
/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_processor.cpp101 HiAppEvent::ReportConfig NdkAppEventProcessor::GetConfig() in GetConfig() function in OHOS::HiviewDFX::NdkAppEventProcessor
/base/web/webview/ohos_adapter/location_adapter/src/
H A Dlocation_proxy_adapter_impl.cpp140 std::unique_ptr<OHOS::Location::RequestConfig>& LocationRequestConfigImpl::GetConfig() in GetConfig() function in OHOS::NWeb::LocationRequestConfigImpl
273 reinterpret_cast<LocationRequestConfigImpl*>(requestConfig.get())->GetConfig(), in StartLocating()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp647 ASSERT_EQ(DfxConfig::GetConfig().displayRegister, true); in HWTEST_F()
648 ASSERT_EQ(DfxConfig::GetConfig().displayBacktrace, true); in HWTEST_F()
649 ASSERT_EQ(DfxConfig::GetConfig().displayMaps, true); in HWTEST_F()
650 ASSERT_EQ(DfxConfig::GetConfig().displayFaultStack, true); in HWTEST_F()
651 ASSERT_EQ(DfxConfig::GetConfig().dumpOtherThreads, true); in HWTEST_F()
652 ASSERT_EQ(DfxConfig::GetConfig().highAddressStep, 512); in HWTEST_F()
653 ASSERT_EQ(DfxConfig::GetConfig().lowAddressStep, 16); in HWTEST_F()
654 ASSERT_EQ(DfxConfig::GetConfig().maxFrameNums, 256); in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_config.cpp39 DfxConfigInfo& DfxConfig::GetConfig() in GetConfig() function in OHOS::HiviewDFX::DfxConfig
/base/telephony/call_manager/services/call/src/
H A Dott_conference.cpp34 maxSubCallLimits_ = GetConfig(IMS_CONFERENCE_SUB_CALL_LIMITS); in OttConference()
H A Dims_conference.cpp34 maxSubCallLimits_ = GetConfig(IMS_CONFERENCE_SUB_CALL_LIMITS); in ImsConference()
H A Dcs_conference.cpp36 maxSubCallLimits_ = GetConfig(CS_CONFERENCE_SUB_CALL_LIMITS); in CsConference()
/base/web/webview/ohos_adapter/location_adapter/include/
H A Dlocation_proxy_adapter_impl.h42 std::unique_ptr<OHOS::Location::RequestConfig>& GetConfig();
/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dconfig_utils.h62 DumpStatus GetConfig(const std::string &name, std::vector<std::shared_ptr<DumpCfg>> &result,

Completed in 10 milliseconds

12