/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_doh_config_impl.cpp | 31 ArkWebString ArkWebDohConfigImpl::GetConfig() in GetConfig() function in OHOS::ArkWeb::ArkWebDohConfigImpl 33 return ArkWebStringClassToStruct(nweb_doh_config_->GetConfig()); in GetConfig()
|
H A D | ark_web_doh_config_impl.h | 34 ArkWebString GetConfig() override;
|
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | config_utils.cpp | 196 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 D | ark_web_doh_config_wrapper.cpp | 31 std::string ArkWebDohConfigWrapper::GetConfig() in GetConfig() function in OHOS::ArkWeb::ArkWebDohConfigWrapper 33 ArkWebString stConfig = ark_web_doh_config_->GetConfig(); in GetConfig()
|
H A D | ark_web_doh_config_wrapper.h | 32 std::string GetConfig() override;
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | printer.cpp | 160 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 D | dfx_unwind_remote.cpp | 180 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 D | dfx_fault_stack.cpp | 64 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 D | dfx_unwind_async_thread.cpp | 50 DfxConfig::GetConfig().maxFrameNums); in UnwindStack()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_doh_config.h | 32 virtual ArkWebString GetConfig() = 0;
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_config.h | 35 static DfxConfigInfo& GetConfig();
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_download_manager.h | 30 virtual std::string GetConfig() = 0;
|
/base/hiviewdfx/hiview/plugins/eventlogger/config/test/unittest/common/ |
H A D | event_logger_config_test.cpp | 57 auto result = config->GetConfig(); in HWTEST_F()
|
/base/hiviewdfx/hiview/plugins/eventlogger/config/ |
H A D | event_logger_config.h | 36 std::unordered_map<std::string, EventLoggerConfigData> GetConfig();
|
H A D | event_logger_config.cpp | 158 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 D | ndk_app_event_processor.h | 39 HiAppEvent::ReportConfig GetConfig();
|
/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/ |
H A D | ndk_app_event_processor.cpp | 101 HiAppEvent::ReportConfig NdkAppEventProcessor::GetConfig() in GetConfig() function in OHOS::HiviewDFX::NdkAppEventProcessor
|
/base/web/webview/ohos_adapter/location_adapter/src/ |
H A D | location_proxy_adapter_impl.cpp | 140 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 D | unwinder_test.cpp | 647 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 D | dfx_config.cpp | 39 DfxConfigInfo& DfxConfig::GetConfig() in GetConfig() function in OHOS::HiviewDFX::DfxConfig
|
/base/telephony/call_manager/services/call/src/ |
H A D | ott_conference.cpp | 34 maxSubCallLimits_ = GetConfig(IMS_CONFERENCE_SUB_CALL_LIMITS); in OttConference()
|
H A D | ims_conference.cpp | 34 maxSubCallLimits_ = GetConfig(IMS_CONFERENCE_SUB_CALL_LIMITS); in ImsConference()
|
H A D | cs_conference.cpp | 36 maxSubCallLimits_ = GetConfig(CS_CONFERENCE_SUB_CALL_LIMITS); in CsConference()
|
/base/web/webview/ohos_adapter/location_adapter/include/ |
H A D | location_proxy_adapter_impl.h | 42 std::unique_ptr<OHOS::Location::RequestConfig>& GetConfig();
|
/base/hiviewdfx/hidumper/frameworks/native/include/util/ |
H A D | config_utils.h | 62 DumpStatus GetConfig(const std::string &name, std::vector<std::shared_ptr<DumpCfg>> &result,
|