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:GetWallpaperId
(Results
1 - 11
of
11
) sorted by relevance
/base/theme/wallpaper_mgr/frameworks/native/include/
H
A
D
i_wallpaper_service.h
71
virtual int32_t
GetWallpaperId
(int32_t wallpaperType) = 0;
H
A
D
wallpaper_service_proxy.h
41
int32_t
GetWallpaperId
(int32_t wallpaperType) override;
H
A
D
wallpaper_manager.h
88
int32_t
GetWallpaperId
(int32_t wallpaperType);
/base/theme/wallpaper_mgr/test/unittest/
H
A
D
wallpaper_test.cpp
378
int32_t firstId = WallpaperManager::GetInstance().
GetWallpaperId
(LOCKSCREEN);
in HWTEST_F()
383
int32_t secondId = WallpaperManager::GetInstance().
GetWallpaperId
(LOCKSCREEN);
in HWTEST_F()
542
int32_t id = WallpaperManager::GetInstance().
GetWallpaperId
(SYSTYEM);
in HWTEST_F()
559
int32_t id = WallpaperManager::GetInstance().
GetWallpaperId
(LOCKSCREEN);
in HWTEST_F()
576
int32_t id = WallpaperManager::GetInstance().
GetWallpaperId
(SYSTYEM);
in HWTEST_F()
593
int32_t id = WallpaperManager::GetInstance().
GetWallpaperId
(LOCKSCREEN);
in HWTEST_F()
/base/theme/wallpaper_mgr/frameworks/native/src/
H
A
D
wallpaper_manager.cpp
402
int32_t WallpaperManager::
GetWallpaperId
(int32_t wallpaperType)
in GetWallpaperId()
function in OHOS::WallpaperMgrService::WallpaperManager
409
return wallpaperServerProxy->
GetWallpaperId
(wallpaperType);
in GetWallpaperId()
H
A
D
wallpaper_service_proxy.cpp
294
int32_t WallpaperServiceProxy::
GetWallpaperId
(int32_t wallpaperType)
in GetWallpaperId()
function in OHOS::WallpaperMgrService::WallpaperServiceProxy
310
HILOG_ERROR("WallpaperServiceProxy::
GetWallpaperId
fail, result = %{public}d!", result);
in GetWallpaperId()
/base/theme/wallpaper_mgr/services/include/
H
A
D
wallpaper_service.h
71
int32_t
GetWallpaperId
(int32_t wallpaperType) override;
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/
H
A
D
wallpaper_manager_fuzzer.cpp
112
WallpaperMgrService::WallpaperManager::GetInstance().
GetWallpaperId
(wallpaperType);
in GetWallpaperIdFuzzTest()
/base/theme/wallpaper_mgr/services/src/
H
A
D
wallpaper_service_stub.cpp
329
int32_t wallpaperId =
GetWallpaperId
(wallpaperType);
in OnGetWallpaperId()
H
A
D
wallpaper_service.cpp
941
int32_t WallpaperService::
GetWallpaperId
(int32_t wallpaperType)
in GetWallpaperId()
function in OHOS::WallpaperMgrService::WallpaperService
943
HILOG_INFO("WallpaperService::
GetWallpaperId
--> start.");
in GetWallpaperId()
958
HILOG_INFO("WallpaperService::
GetWallpaperId
--> end ID[%{public}d]", iWallpaperId);
in GetWallpaperId()
/base/theme/wallpaper_mgr/frameworks/js/napi/
H
A
D
napi_wallpaper_ability.cpp
125
HILOG_DEBUG("exec
GetWallpaperId
.");
in GetIdInner()
127
WallpaperMgrService::WallpaperManager::GetInstance().
GetWallpaperId
(context->wallpaperType);
in GetIdInner()
128
HILOG_DEBUG("exec
GetWallpaperId
wallpaperId : %{public}d", context->wallpaperId);
in GetIdInner()
Completed in 12 milliseconds