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:GetContextInfo
(Results
1 - 2
of
2
) sorted by relevance
/base/theme/wallpaper_mgr/frameworks/js/napi/
H
A
D
napi_wallpaper_ability.h
49
struct
GetContextInfo
: public Call::Context {
struct
60
GetContextInfo
() : Context(nullptr, nullptr) {};
in GetContextInfo()
function
61
GetContextInfo
(InputAction input, OutputAction output) : Context(std::move(input), std::move(output)) {};
in GetContextInfo()
function
188
static void GetColorsInner(std::shared_ptr<
GetContextInfo
> context, const ApiInfo &apiInfo);
189
static void GetIdInner(std::shared_ptr<
GetContextInfo
> context);
198
static void GetImageInner(std::shared_ptr<
GetContextInfo
> context, const ApiInfo &apiInfo);
199
static void GetCorrespondWallpaperInner(std::shared_ptr<
GetContextInfo
> context, const ApiInfo &apiInfo);
201
static void SendEventInner(std::shared_ptr<
GetContextInfo
> context);
H
A
D
napi_wallpaper_ability.cpp
46
auto context = std::make_shared<
GetContextInfo
>();
in NAPI_GetColors()
56
auto context = std::make_shared<
GetContextInfo
>();
in NAPI_GetColorsSync()
63
void NapiWallpaperAbility::GetColorsInner(std::shared_ptr<
GetContextInfo
> context, const ApiInfo &apiInfo)
in GetColorsInner()
102
auto context = std::make_shared<
GetContextInfo
>();
in NAPI_GetId()
108
void NapiWallpaperAbility::GetIdInner(std::shared_ptr<
GetContextInfo
> context)
in GetIdInner()
418
auto context = std::make_shared<
GetContextInfo
>();
in NAPI_SendEvent()
424
void NapiWallpaperAbility::SendEventInner(std::shared_ptr<
GetContextInfo
> context)
in SendEventInner()
609
auto context = std::make_shared<
GetContextInfo
>();
in NAPI_GetPixelMap()
619
auto context = std::make_shared<
GetContextInfo
>();
in NAPI_GetImage()
626
void NapiWallpaperAbility::GetImageInner(std::shared_ptr<
GetContextInfo
> contex
[all...]
Completed in 2 milliseconds