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:GetConfigPath
(Results
1 - 17
of
17
) sorted by relevance
/foundation/window/window_manager/dmserver/test/unittest/
H
A
D
display_manager_config_test.cpp
121
* @tc.name:
GetConfigPath
122
* @tc.desc: test function :
GetConfigPath
125
HWTEST_F(DisplayManagerConfigTest,
GetConfigPath
, Function | SmallTest | Level1)
in HWTEST_F()
127
auto result = DisplayManagerConfig::
GetConfigPath
("");
in HWTEST_F()
130
result = DisplayManagerConfig::
GetConfigPath
("a.xml");
in HWTEST_F()
143
auto configFilePath = DisplayManagerConfig::
GetConfigPath
("etc/window/resources/display_manager_config.xml");
in HWTEST_F()
190
auto configFilePath = DisplayManagerConfig::
GetConfigPath
("etc/window/resources/display_manager_config.xml");
in HWTEST_F()
/foundation/ability/ability_runtime/services/common/src/
H
A
D
json_utils.cpp
30
std::string configPath =
GetConfigPath
(path, defaultPath);
in LoadConfiguration()
38
std::string JsonUtils::
GetConfigPath
(const std::string& path, const std::string& defaultPath)
in GetConfigPath()
function in OHOS::AAFwk::JsonUtils
/foundation/ability/ability_runtime/services/common/include/
H
A
D
json_utils.h
38
std::string
GetConfigPath
(const std::string& path, const std::string& defaultPath);
/foundation/ability/ability_runtime/services/abilitymgr/include/deeplink_reserve/
H
A
D
deeplink_reserve_config.h
51
std::string
GetConfigPath
();
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_graphic_config.h
49
static std::string
GetConfigPath
(const std::string& configFileName);
H
A
D
rs_graphic_config.cpp
98
std::string RSGraphicConfig::
GetConfigPath
(const std::string& configFileName)
in GetConfigPath()
function in OHOS::Rosen::RSGraphicConfig
164
auto configFilePath =
GetConfigPath
("etc/graphic/graphic_config.xml");
in LoadConfigXml()
/foundation/window/window_manager/dmserver/include/
H
A
D
display_manager_config.h
45
static std::string
GetConfigPath
(const std::string& configFileName);
/foundation/window/window_manager/window_scene/session_manager/include/
H
A
D
window_scene_config.h
50
static std::string
GetConfigPath
(const std::string& configFileName);
/foundation/window/window_manager/wmserver/include/
H
A
D
window_manager_config.h
49
static std::string
GetConfigPath
(const std::string& configFileName);
/foundation/window/window_manager/window_scene/test/dms_unittest/
H
A
D
screen_scene_config_test.cpp
82
* @tc.desc: test function :
GetConfigPath
87
auto result = ScreenSceneConfig::
GetConfigPath
("");
in HWTEST_F()
93
* @tc.desc: test function :
GetConfigPath
98
auto result = ScreenSceneConfig::
GetConfigPath
("a.xml");
in HWTEST_F()
164
auto configFilePath = ScreenSceneConfig::
GetConfigPath
("etc/window/resources/display_manager_config.xml");
in HWTEST_F()
206
auto configFilePath = ScreenSceneConfig::
GetConfigPath
("etc/window/resources/display_manager_config.xml");
in HWTEST_F()
253
auto configFilePath = ScreenSceneConfig::
GetConfigPath
("etc/window/resources/display_manager_config.xml");
in HWTEST_F()
/foundation/window/window_manager/dmserver/src/
H
A
D
display_manager_config.cpp
66
std::string DisplayManagerConfig::
GetConfigPath
(const std::string& configFileName)
in GetConfigPath()
function in OHOS::Rosen::DisplayManagerConfig
80
auto configFilePath =
GetConfigPath
("etc/window/resources/display_manager_config.xml");
in LoadConfigXml()
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H
A
D
screen_scene_config.h
70
static std::string
GetConfigPath
(const std::string& configFileName);
/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H
A
D
deeplink_reserve_config.cpp
47
std::string DeepLinkReserveConfig::
GetConfigPath
()
in GetConfigPath()
function in OHOS::AAFwk::DeepLinkReserveConfig
60
std::string configPath =
GetConfigPath
();
in LoadConfiguration()
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
window_scene_config.cpp
117
std::string WindowSceneConfig::
GetConfigPath
(const std::string& configFileName)
in GetConfigPath()
function in OHOS::Rosen::WindowSceneConfig
183
auto configFilePath =
GetConfigPath
("etc/window/resources/window_manager_config.xml");
in LoadConfigXml()
/foundation/window/window_manager/wmserver/src/
H
A
D
window_manager_config.cpp
97
std::string WindowManagerConfig::
GetConfigPath
(const std::string& configFileName)
in GetConfigPath()
function in OHOS::Rosen::WindowManagerConfig
163
auto configFilePath =
GetConfigPath
("etc/window/resources/window_manager_config.xml");
in LoadConfigXml()
/foundation/ability/ability_runtime/test/fuzztest/deeplinkreserveconfig_fuzzer/
H
A
D
deeplinkreserveconfig_fuzzer.cpp
68
deepLinkReserveConfig.
GetConfigPath
();
in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_scene_config.cpp
131
std::string ScreenSceneConfig::
GetConfigPath
(const std::string& configFileName)
in GetConfigPath()
function in OHOS::Rosen::ScreenSceneConfig
145
auto configFilePath =
GetConfigPath
("etc/window/resources/display_manager_config.xml");
in LoadConfigXml()
Completed in 8 milliseconds