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:jsonNotice
(Results
1 - 2
of
2
) sorted by relevance
/base/useriam/user_auth_framework/services/context/src/
H
A
D
widget_json.cpp
243
void to_json(nlohmann::json &
jsonNotice
, const WidgetNotice ¬ice)
in to_json()
argument
248
jsonNotice
= nlohmann::json({{JSON_WIDGET_CTX_ID, notice.widgetContextId},
in to_json()
257
bool isNumberItem(const nlohmann::json &
jsonNotice
, const std::string &item)
in isNumberItem()
argument
259
if (
jsonNotice
.find(item) !=
jsonNotice
.end() &&
jsonNotice
[item].is_number()) {
in isNumberItem()
265
void from_json(const nlohmann::json &
jsonNotice
, WidgetNotice ¬ice)
in from_json()
argument
267
if (isNumberItem(
jsonNotice
, JSON_WIDGET_CTX_ID)) {
in from_json()
268
jsonNotice
.at(JSON_WIDGET_CTX_ID).get_to(notice.widgetContextId);
in from_json()
270
if (
jsonNotice
in from_json()
[all...]
/base/useriam/user_auth_framework/services/context/inc/
H
A
D
widget_json.h
53
void to_json(nlohmann::json &
jsonNotice
, const WidgetNotice ¬ice);
54
void from_json(const nlohmann::json &
jsonNotice
, WidgetNotice ¬ice);
Completed in 1 milliseconds