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:GetStringConfig
(Results
1 - 8
of
8
) sorted by relevance
/foundation/window/window_manager/window_scene/test/dms_unittest/
H
A
D
screen_snapshot_picker_connection_test.cpp
64
auto strConfig = ScreenSceneConfig::
GetStringConfig
();
in HWTEST_F()
81
auto strConfig = ScreenSceneConfig::
GetStringConfig
();
in HWTEST_F()
98
auto strConfig = ScreenSceneConfig::
GetStringConfig
();
in HWTEST_F()
115
auto strConfig = ScreenSceneConfig::
GetStringConfig
();
in HWTEST_F()
132
auto strConfig = ScreenSceneConfig::
GetStringConfig
();
in HWTEST_F()
245
auto strConfig = ScreenSceneConfig::
GetStringConfig
();
in HWTEST_F()
H
A
D
screen_scene_config_test.cpp
326
* @tc.name:
GetStringConfig
327
* @tc.desc: test function :
GetStringConfig
330
HWTEST_F(ScreenSceneConfigTest,
GetStringConfig
, Function | SmallTest | Level1)
in HWTEST_F()
332
auto result = ScreenSceneConfig::
GetStringConfig
();
in HWTEST_F()
/foundation/window/window_manager/dmserver/include/
H
A
D
display_manager_config.h
33
static const std::map<std::string, std::string>&
GetStringConfig
();
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H
A
D
screen_scene_config.h
35
static const std::map<std::string, std::string>&
GetStringConfig
();
/foundation/window/window_manager/dmserver/src/
H
A
D
display_manager_config.cpp
208
const std::map<std::string, std::string>& DisplayManagerConfig::
GetStringConfig
()
in GetStringConfig()
function in OHOS::Rosen::DisplayManagerConfig
H
A
D
display_manager_service.cpp
105
auto stringConfig = DisplayManagerConfig::
GetStringConfig
();
in ConfigureDisplayManagerService()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_scene_config.cpp
420
const std::map<std::string, std::string>& ScreenSceneConfig::
GetStringConfig
()
in GetStringConfig()
function in OHOS::Rosen::ScreenSceneConfig
H
A
D
screen_session_manager.cpp
295
auto stringConfig = ScreenSceneConfig::
GetStringConfig
();
in Init()
396
auto stringConfig = ScreenSceneConfig::
GetStringConfig
();
in ConfigureScreenScene()
460
auto stringConfig = ScreenSceneConfig::
GetStringConfig
();
in ConfigureCastParams()
489
auto stringConfig = ScreenSceneConfig::
GetStringConfig
();
in ConfigureScreenSnapshotParams()
Completed in 16 milliseconds