Searched refs:ApplySocPerfConfigByIdEx (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_soc_perf_client_adapter_wrapper.cpp | 28 void ArkSocPerfClientAdapterWrapper::ApplySocPerfConfigByIdEx(int32_t id, bool onOffTag) in ApplySocPerfConfigByIdEx() function in OHOS::ArkWeb::ArkSocPerfClientAdapterWrapper 30 ctocpp_->ApplySocPerfConfigByIdEx(id, onOffTag); in ApplySocPerfConfigByIdEx()
|
H A D | ark_soc_perf_client_adapter_wrapper.h | 32 void ApplySocPerfConfigByIdEx(int32_t id, bool onOffTag) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_soc_perf_client_adapter_impl.cpp | 31 void ArkSocPerfClientAdapterImpl::ApplySocPerfConfigByIdEx(int32_t id, bool onOffTag) in ApplySocPerfConfigByIdEx() function in OHOS::ArkWeb::ArkSocPerfClientAdapterImpl 33 real_->ApplySocPerfConfigByIdEx(id, onOffTag); in ApplySocPerfConfigByIdEx()
|
H A D | ark_soc_perf_client_adapter_impl.h | 31 void ApplySocPerfConfigByIdEx(int32_t id, bool onOffTag) override;
|
/ohos5.0/base/web/webview/test/unittest/soc_perf_adapter_test/ |
H A D | soc_perf_adapter_test.cpp | 58 socPerfClient->ApplySocPerfConfigByIdEx(SOC_PERF_CONFIG_ID, true); 59 socPerfClient->ApplySocPerfConfigByIdEx(0, true);
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_soc_perf_client_adapter.h | 31 virtual void ApplySocPerfConfigByIdEx(int32_t id, bool onOffTag) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | soc_perf_client_adapter.h | 44 virtual void ApplySocPerfConfigByIdEx(int32_t id, bool onOffTag) = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/soc_perf_adapter/include/ |
H A D | soc_perf_client_adapter_impl.h | 32 void ApplySocPerfConfigByIdEx(int32_t id, bool onOffTag) override;
|
/ohos5.0/base/web/webview/ohos_adapter/soc_perf_adapter/src/ |
H A D | soc_perf_client_adapter_impl.cpp | 63 void SocPerfClientAdapterImpl::ApplySocPerfConfigByIdEx(int32_t id, bool onOffTag) in ApplySocPerfConfigByIdEx() function in OHOS::NWeb::SocPerfClientAdapterImpl
|