Home
last modified time | relevance | path

Searched refs:IsLTPODynamicApp (Results 1 - 13 of 13) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_system_properties_adapter_impl.cpp167 bool ArkSystemPropertiesAdapterImpl::IsLTPODynamicApp(const ArkWebString& bundleName) in IsLTPODynamicApp() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterImpl
169 return real_.IsLTPODynamicApp(ArkWebStringStructToClass(bundleName)); in IsLTPODynamicApp()
H A Dark_system_properties_adapter_impl.h75 bool IsLTPODynamicApp(const ArkWebString& settingName) override;
/base/web/webview/ohos_nweb/include/
H A Dnweb_adapter_helper.h50 bool IsLTPODynamicApp(const std::string& bundleName);
H A Dnweb_config_helper.h34 bool IsLTPODynamicApp(const std::string& bundleName);
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_system_properties_adapter.h94 virtual bool IsLTPODynamicApp(const ArkWebString& bundleName) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_system_properties_adapter_wrapper.h76 bool IsLTPODynamicApp(const std::string& bundleName) override;
H A Dark_system_properties_adapter_wrapper.cpp238 bool ArkSystemPropertiesAdapterWrapper::IsLTPODynamicApp(const std::string& bundleName) in IsLTPODynamicApp() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterWrapper
241 bool result = ctocpp_->IsLTPODynamicApp(ark_bundle_name); in IsLTPODynamicApp()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dsystem_properties_adapter.h92 virtual bool IsLTPODynamicApp(const std::string& bundleName) = 0;
/base/web/webview/ohos_adapter/system_properties_adapter/include/
H A Dsystem_properties_adapter_impl.h81 bool IsLTPODynamicApp(const std::string& bundleName) override;
/base/web/webview/ohos_adapter/system_properties_adapter/src/
H A Dsystem_properties_adapter_impl.cpp339 bool SystemPropertiesAdapterImpl::IsLTPODynamicApp(const std::string& bundleName) in IsLTPODynamicApp() function in OHOS::NWeb::SystemPropertiesAdapterImpl
341 return NWebConfigHelper::Instance().IsLTPODynamicApp(bundleName); in IsLTPODynamicApp()
/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp1120 bool NWebAdapterHelper::IsLTPODynamicApp(const std::string& bundleName) in IsLTPODynamicApp() function in OHOS::NWeb::NWebAdapterHelper
1122 return NWebConfigHelper::Instance().IsLTPODynamicApp(bundleName); in IsLTPODynamicApp()
H A Dnweb_config_helper.cpp348 bool NWebConfigHelper::IsLTPODynamicApp(const std::string& bundleName) in IsLTPODynamicApp() function in OHOS::NWeb::NWebConfigHelper
/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp672 EXPECT_FALSE(NWebConfigHelper::Instance().IsLTPODynamicApp("")); in HWTEST_F()
676 EXPECT_FALSE(NWebConfigHelper::Instance().IsLTPODynamicApp("")); in HWTEST_F()

Completed in 8 milliseconds