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:ACCESSEE_TOKEN_ID
(Results
1 - 5
of
5
) sorted by relevance
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H
A
D
accessee.cpp
159
cJSON_AddNumberToObject(json,
ACCESSEE_TOKEN_ID
.c_str(), accesseeTokenId_);
in dump()
/foundation/deviceprofile/device_info_manager/common/include/constants/
H
A
D
distributed_device_profile_constants.h
80
const std::string
ACCESSEE_TOKEN_ID
= "accesseeTokenId";
member
/foundation/deviceprofile/device_info_manager/common/src/utils/
H
A
D
profile_utils.cpp
454
values.PutLong(
ACCESSEE_TOKEN_ID
, accessee.GetAccesseeTokenId());
in AccesseeToEntries()
608
if (values.GetObject(
ACCESSEE_TOKEN_ID
, valueObject) && valueObject.GetLong(int64Value) == NativeRdb::E_OK) {
in EntriesToAccessee()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H
A
D
profile_utils_test.cpp
1559
values.PutLong(
ACCESSEE_TOKEN_ID
, longValue);
in HWTEST_F()
1571
values.PutNull(
ACCESSEE_TOKEN_ID
);
in HWTEST_F()
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H
A
D
trust_profile_manager.cpp
1509
int64_t accesseeTokenId = rowEntity.Get(
ACCESSEE_TOKEN_ID
);
in ConvertToAccessee()
Completed in 9 milliseconds