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:userDir
(Results
1 - 2
of
2
) sorted by relevance
/base/theme/wallpaper_mgr/test/unittest/
H
A
D
wallpaper_test.cpp
993
std::string
userDir
= WALLPAPER_DEFAULT_PATH + std::string("/") + std::to_string(TEST_USERID);
in HWTEST_F()
local
994
if (!OHOS::ForceRemoveDirectory(
userDir
)) {
in HWTEST_F()
1011
std::string
userDir
= WALLPAPER_DEFAULT_PATH + std::string("/") + std::to_string(TEST_USERID);
in HWTEST_F()
local
1012
ASSERT_EQ(FileDeal::IsDirExist(
userDir
), true);
in HWTEST_F()
1016
EXPECT_EQ(FileDeal::IsDirExist(
userDir
), false);
in HWTEST_F()
1017
if (!OHOS::ForceRemoveDirectory(
userDir
)) {
in HWTEST_F()
1039
std::string
userDir
= WALLPAPER_DEFAULT_PATH + std::string("/") + std::to_string(TEST_USERID);
in HWTEST_F()
local
1040
ASSERT_EQ(FileDeal::IsDirExist(
userDir
), true);
in HWTEST_F()
1071
EXPECT_EQ(FileDeal::IsDirExist(
userDir
), false);
in HWTEST_F()
1072
if (!OHOS::ForceRemoveDirectory(
userDir
)) {
in HWTEST_F()
1090
std::string
userDir
= WALLPAPER_DEFAULT_PATH + std::string("/") + std::to_string(INVALID_USERID);
HWTEST_F()
local
[all...]
/base/theme/wallpaper_mgr/services/src/
H
A
D
wallpaper_service.cpp
367
std::string
userDir
= WALLPAPER_USERID_PATH + std::to_string(userId);
in OnInitUser()
local
368
if (FileDeal::IsFileExist(
userDir
)) {
in OnInitUser()
370
if (!OHOS::ForceRemoveDirectory(
userDir
)) {
in OnInitUser()
385
std::string
userDir
= WALLPAPER_USERID_PATH + std::to_string(userId);
in InitUserDir()
local
386
if (!FileDeal::Mkdir(
userDir
)) {
in InitUserDir()
390
std::string wallpaperSystemFilePath =
userDir
+ "/" + WALLPAPER_SYSTEM_DIRNAME;
in InitUserDir()
396
std::string wallpaperLockScreenFilePath =
userDir
+ "/" + WALLPAPER_LOCKSCREEN_DIRNAME;
in InitUserDir()
441
std::string
userDir
= WALLPAPER_USERID_PATH + std::to_string(userId);
in OnRemovedUser()
local
443
if (!OHOS::ForceRemoveDirectory(
userDir
)) {
in OnRemovedUser()
464
std::string
userDir
in OnSwitchedUser()
local
[all...]
Completed in 5 milliseconds