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:permStateJson
(Results
1 - 3
of
3
) sorted by relevance
/base/security/access_token/services/tokensyncmanager/src/command/
H
A
D
base_remote_command.cpp
105
nlohmann::json
permStateJson
;
in ToNativeTokenInfoJson()
local
106
ToPermStateJson(
permStateJson
, permState);
in ToNativeTokenInfoJson()
107
permStatesJson.emplace_back(
permStateJson
);
in ToNativeTokenInfoJson()
125
void BaseRemoteCommand::ToPermStateJson(nlohmann::json&
permStateJson
, const PermissionStateFull& state)
in ToPermStateJson()
argument
142
permStateJson
["permissionName"] = state.permissionName;
in ToPermStateJson()
143
permStateJson
["isGeneral"] = state.isGeneral;
in ToPermStateJson()
144
permStateJson
["grantConfig"] = permConfigsJson;
in ToPermStateJson()
151
nlohmann::json
permStateJson
;
in ToHapTokenInfosJson()
local
152
ToPermStateJson(
permStateJson
, permState);
in ToHapTokenInfosJson()
153
permStatesJson.emplace_back(
permStateJson
);
in ToHapTokenInfosJson()
[all...]
/base/security/access_token/services/tokensyncmanager/include/command/
H
A
D
base_remote_command.h
63
void ToPermStateJson(nlohmann::json&
permStateJson
, const PermissionStateFull& state);
/base/security/access_token/services/tokensyncmanager/test/unittest/
H
A
D
token_sync_service_test.cpp
499
nlohmann::json
permStateJson
;
in HWTEST_F()
local
500
cmd->ToPermStateJson(
permStateJson
, state1);
in HWTEST_F()
508
cmd->ToPermStateJson(
permStateJson
, state2);
in HWTEST_F()
Completed in 5 milliseconds