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:tokenIdStr
(Results
1 - 4
of
4
) sorted by relevance
/base/useriam/user_auth_framework/services/ipc/src/
H
A
D
user_auth_service.cpp
118
auto
tokenIdStr
= std::to_string(remoteAuthParam->collectorTokenId.value_or(0));
in GetAuthParamStr()
local
119
if (
tokenIdStr
.size() > TOKEN_ID_MIN_LEN) {
in GetAuthParamStr()
120
tokenIdStr
= std::string(1,
tokenIdStr
[0]) + "****" + std::string(1,
tokenIdStr
[
tokenIdStr
.size() - 1]);
in GetAuthParamStr()
122
tokenIdStr
= "";
in GetAuthParamStr()
126
" collectorNetworkId:" << collectorNetworkIdStr << "****" << " collectorTokenId:" <<
tokenIdStr
;
in GetAuthParamStr()
local
/base/usb/usb_manager/services/native/include/
H
A
D
usb_right_manager.h
44
bool AddDeviceRight(const std::string &deviceName, const std::string &
tokenIdStr
);
/base/usb/usb_manager/services/native/src/
H
A
D
usb_right_manager.cpp
160
bool UsbRightManager::AddDeviceRight(const std::string &deviceName, const std::string &
tokenIdStr
)
in AddDeviceRight()
argument
162
if (!IsAllDigits(
tokenIdStr
)) {
in AddDeviceRight()
163
USB_HILOGE(MODULE_USB_SERVICE, "
tokenIdStr
invalid");
in AddDeviceRight()
167
uint32_t tokenId = stoul(
tokenIdStr
);
in AddDeviceRight()
196
ret = helper->AddOrUpdateRightRecord(uid, deviceName, hapTokenInfoRes.bundleName,
tokenIdStr
, info);
in AddDeviceRight()
/base/security/access_token/services/privacymanager/test/unittest/
H
A
D
privacy_manager_service_test.cpp
187
std::string
tokenIdStr
= std::to_string(tokenId);
in HWTEST_F()
local
188
args.emplace_back(Str8ToStr16(
tokenIdStr
));
in HWTEST_F()
Completed in 6 milliseconds