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:ltpoConfig_
(Results
1 - 4
of
4
) sorted by relevance
/base/web/webview/ohos_nweb/src/
H
A
D
nweb_config_helper.cpp
278
if (
ltpoConfig_
.empty() && ltpoStrategy_ == 0) {
in ParseWebConfigXml()
324
ltpoConfig_
[settingName] = frameRateSetting;
in ParseNWebLTPOConfig()
360
if (
ltpoConfig_
.find(settingName) ==
ltpoConfig_
.end()) {
in GetPerfConfig()
364
return
ltpoConfig_
[settingName];
in GetPerfConfig()
/base/web/webview/ohos_nweb/include/
H
A
D
nweb_config_helper.h
51
std::map<std::string, std::vector<FrameRateSetting>>
ltpoConfig_
;
member in OHOS::NWeb::NWebConfigHelper
/base/web/webview/test/unittest/nweb_helper_test/
H
A
D
nweb_helper_test.cpp
532
NWebConfigHelper::Instance().
ltpoConfig_
["test"] = {OHOS::NWeb::FrameRateSetting{0, 0, 0}};
in HWTEST_F()
534
NWebConfigHelper::Instance().
ltpoConfig_
.clear();
in HWTEST_F()
545
EXPECT_TRUE(NWebConfigHelper::Instance().
ltpoConfig_
.empty());
in HWTEST_F()
548
EXPECT_TRUE(NWebConfigHelper::Instance().
ltpoConfig_
.empty());
in HWTEST_F()
/base/web/webview/test/unittest/nweb_config_helper_test/
H
A
D
nweb_config_helper_test.cpp
138
NWebConfigHelper::Instance().
ltpoConfig_
[settingName] = {FrameRateSetting(30)};
in HWTEST_F()
Completed in 4 milliseconds