Home
last modified time | relevance | path

Searched defs:GetBoolParameter (Results 1 – 6 of 6) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_system_properties_adapter_impl.cpp133 bool ArkSystemPropertiesAdapterImpl::GetBoolParameter(ArkWebString key, bool defaultValue) in GetBoolParameter() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterImpl
/base/startup/appspawn/test/mock/
Dapp_spawn_stub.cpp59 bool GetBoolParameter(const std::string &key, bool def) in GetBoolParameter() function
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_system_properties_adapter_wrapper.cpp199 bool ArkSystemPropertiesAdapterWrapper::GetBoolParameter(const std::string& key, bool defaultValue) in GetBoolParameter() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterWrapper
/base/startup/init/interfaces/innerkits/syspara/
Dparam_wrapper.cpp84 bool GetBoolParameter(const std::string& key, bool def) in GetBoolParameter() function
/base/web/webview/ohos_adapter/system_properties_adapter/src/
Dsystem_properties_adapter_impl.cpp323 bool SystemPropertiesAdapterImpl::GetBoolParameter(const std::string& key, bool defaultValue) in GetBoolParameter() function in OHOS::NWeb::SystemPropertiesAdapterImpl
/base/startup/appspawn/modules/sandbox/
Dsandbox_load.c97 static inline bool GetBoolParameter(const char *param, bool value) in GetBoolParameter() function