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:WidgetNotice
(Results
1 - 6
of
6
) sorted by relevance
/base/useriam/user_auth_framework/test/unittest/services/src/
H
A
D
widget_json_test.cpp
283
WidgetNotice
widgetNotice;
in HWTEST_F()
303
WidgetNotice
notice = root.get<
WidgetNotice
>();
in HWTEST_F()
311
WidgetNotice
notice = root.get<
WidgetNotice
>();
in HWTEST_F()
319
WidgetNotice
notice = root.get<
WidgetNotice
>();
in HWTEST_F()
328
WidgetNotice
notice = root.get<
WidgetNotice
>();
in HWTEST_F()
335
WidgetNotice
notic
in HWTEST_F()
[all...]
H
A
D
widget_client_test.cpp
143
WidgetNotice
widgetNotice;
in HWTEST_F()
152
WidgetNotice
widgetNotice;
in HWTEST_F()
163
WidgetNotice
widgetNotice;
in HWTEST_F()
174
WidgetNotice
widgetNotice;
in HWTEST_F()
188
WidgetNotice
widgetNotice;
in HWTEST_F()
203
WidgetNotice
widgetNotice;
in HWTEST_F()
219
WidgetNotice
widgetNotice;
in HWTEST_F()
235
WidgetNotice
widgetNotice;
in HWTEST_F()
251
WidgetNotice
widgetNotice;
in HWTEST_F()
267
WidgetNotice
widgetNotic
in HWTEST_F()
[all...]
/base/useriam/user_auth_framework/services/context/inc/
H
A
D
widget_json.h
38
//
WidgetNotice
39
struct
WidgetNotice
{
struct
53
void to_json(nlohmann::json &jsonNotice, const
WidgetNotice
¬ice);
54
void from_json(const nlohmann::json &jsonNotice,
WidgetNotice
¬ice);
H
A
D
widget_client.h
64
bool GetAuthTypeList(const
WidgetNotice
¬ice, std::vector<AuthType> &authTypeList);
65
bool IsValidNoticeType(const
WidgetNotice
¬ice);
66
void ProcessNotice(const
WidgetNotice
¬ice, std::vector<AuthType> &authTypeList);
/base/useriam/user_auth_framework/services/context/src/
H
A
D
widget_client.cpp
71
WidgetNotice
notice = root.get<
WidgetNotice
>();
in OnNotice()
93
void WidgetClient::ProcessNotice(const
WidgetNotice
¬ice, std::vector<AuthType> &authTypeList)
in ProcessNotice()
269
bool WidgetClient::GetAuthTypeList(const
WidgetNotice
¬ice, std::vector<AuthType> &authTypeList)
in GetAuthTypeList()
302
bool WidgetClient::IsValidNoticeType(const
WidgetNotice
¬ice)
in IsValidNoticeType()
H
A
D
widget_json.cpp
199
std::vector<AuthType>
WidgetNotice
::AuthTypeList() const
in AuthTypeList()
243
void to_json(nlohmann::json &jsonNotice, const
WidgetNotice
¬ice)
in to_json()
265
void from_json(const nlohmann::json &jsonNotice,
WidgetNotice
¬ice)
in from_json()
Completed in 4 milliseconds