Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:settingName
(Results
1 - 13
of
13
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_system_properties_adapter_impl.h
71
ArkFrameRateSettingAdapterVector GetLTPOConfig(const ArkWebString&
settingName
) override;
75
bool IsLTPODynamicApp(const ArkWebString&
settingName
) override;
H
A
D
ark_system_properties_adapter_impl.cpp
138
ArkFrameRateSettingAdapterVector ArkSystemPropertiesAdapterImpl::GetLTPOConfig(const ArkWebString&
settingName
)
in GetLTPOConfig()
argument
141
real_.GetLTPOConfig(ArkWebStringStructToClass(
settingName
));
in GetLTPOConfig()
/base/web/webview/ohos_nweb/src/
H
A
D
nweb_config_helper.cpp
299
std::string
settingName
= (char *)xmlGetProp(curNodePtr, BAD_CAST(XML_ATTR_NAME));
in ParseNWebLTPOConfig()
local
300
if (
settingName
== WEB_ANIMATION_DYNAMIC_APP) {
in ParseNWebLTPOConfig()
304
if (
settingName
== WEB_LTPO_STRATEGY) {
in ParseNWebLTPOConfig()
324
ltpoConfig_[
settingName
] = frameRateSetting;
in ParseNWebLTPOConfig()
358
std::vector<FrameRateSetting> NWebConfigHelper::GetPerfConfig(const std::string&
settingName
)
in GetPerfConfig()
argument
360
if (ltpoConfig_.find(
settingName
) == ltpoConfig_.end()) {
in GetPerfConfig()
361
WVLOG_E("%{public}s is not exist",
settingName
.c_str()) ;
in GetPerfConfig()
364
return ltpoConfig_[
settingName
];
in GetPerfConfig()
H
A
D
nweb_helper.cpp
1108
std::vector<FrameRateSetting> NWebAdapterHelper::GetPerfConfig(const std::string&
settingName
)
in GetPerfConfig()
argument
1110
auto perfConfig = NWebConfigHelper::Instance().GetPerfConfig(
settingName
);
in GetPerfConfig()
/base/web/webview/test/unittest/nweb_config_helper_test/
H
A
D
nweb_config_helper_test.cpp
124
std::string
settingName
= "NonExistentSetting";
in HWTEST_F()
local
125
std::vector<FrameRateSetting> result = NWebConfigHelper::Instance().GetPerfConfig(
settingName
);
in HWTEST_F()
137
std::string
settingName
= "ExistentSetting";
in HWTEST_F()
local
138
NWebConfigHelper::Instance().ltpoConfig_[
settingName
] = {FrameRateSetting(30)};
in HWTEST_F()
139
std::vector<FrameRateSetting> result = NWebConfigHelper::Instance().GetPerfConfig(
settingName
);
in HWTEST_F()
/base/web/webview/ohos_nweb/include/
H
A
D
nweb_adapter_helper.h
49
std::vector<FrameRateSetting> GetPerfConfig(const std::string&
settingName
);
H
A
D
nweb_config_helper.h
33
std::vector<FrameRateSetting> GetPerfConfig(const std::string&
settingName
);
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_system_properties_adapter.h
88
virtual ArkFrameRateSettingAdapterVector GetLTPOConfig(const ArkWebString&
settingName
) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_system_properties_adapter_wrapper.h
72
std::vector<NWeb::FrameRateSetting> GetLTPOConfig(const std::string&
settingName
) override;
H
A
D
ark_system_properties_adapter_wrapper.cpp
208
std::vector<FrameRateSetting> ArkSystemPropertiesAdapterWrapper::GetLTPOConfig(const std::string&
settingName
)
in GetLTPOConfig()
argument
213
ArkWebString ark_setting_name = ArkWebStringClassToStruct(
settingName
);
in GetLTPOConfig()
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
system_properties_adapter.h
88
virtual std::vector<FrameRateSetting> GetLTPOConfig(const std::string&
settingName
) = 0;
/base/web/webview/ohos_adapter/system_properties_adapter/include/
H
A
D
system_properties_adapter_impl.h
77
std::vector<FrameRateSetting> GetLTPOConfig(const std::string&
settingName
) override;
/base/web/webview/ohos_adapter/system_properties_adapter/src/
H
A
D
system_properties_adapter_impl.cpp
334
std::vector<FrameRateSetting> SystemPropertiesAdapterImpl::GetLTPOConfig(const std::string&
settingName
)
in GetLTPOConfig()
argument
336
return NWebConfigHelper::Instance().GetPerfConfig(
settingName
);
in GetLTPOConfig()
Completed in 8 milliseconds