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:callingTokenInfo
(Results
1 - 4
of
4
) sorted by relevance
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H
A
D
res_sched_service_stub.cpp
211
AccessToken::HapTokenInfo
callingTokenInfo
;
in IsSBDResType()
local
212
AccessToken::AccessTokenKit::GetHapTokenInfo(tokenId,
callingTokenInfo
);
in IsSBDResType()
213
if (
callingTokenInfo
.bundleName == SCENEBOARD_BUNDLE_NAME) {
in IsSBDResType()
216
RESSCHED_LOGE("%{public}s is not sceneboard bundle name",
callingTokenInfo
.bundleName.c_str());
in IsSBDResType()
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H
A
D
bg_transient_task_mgr.cpp
228
Security::AccessToken::NativeTokenInfo
callingTokenInfo
;
in CheckProcessName()
local
229
Security::AccessToken::AccessTokenKit::GetNativeTokenInfo(tokenId,
callingTokenInfo
);
in CheckProcessName()
230
BGTASK_LOGD("process name: %{public}s called CheckProcessName.",
callingTokenInfo
.processName.c_str());
in CheckProcessName()
231
if (SUSPEND_NATIVE_OPERATE_CALLER.find(
callingTokenInfo
.processName) == SUSPEND_NATIVE_OPERATE_CALLER.end()) {
in CheckProcessName()
233
callingTokenInfo
.processName.c_str());
in CheckProcessName()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H
A
D
bundle_active_service.cpp
247
AccessToken::NativeTokenInfo
callingTokenInfo
;
in ReportEvent()
local
248
AccessToken::AccessTokenKit::GetNativeTokenInfo(tokenId,
callingTokenInfo
);
in ReportEvent()
251
callingTokenInfo
.processName.c_str(), callingUid);
in ReportEvent()
252
if (
callingTokenInfo
.processName == PERMITTED_PROCESS_NAME) {
in ReportEvent()
/foundation/resourceschedule/work_scheduler/services/native/src/
H
A
D
work_scheduler_service.cpp
1232
Security::AccessToken::NativeTokenInfo
callingTokenInfo
;
in CheckProcessName()
local
1233
Security::AccessToken::AccessTokenKit::GetNativeTokenInfo(tokenId,
callingTokenInfo
);
in CheckProcessName()
1234
WS_HILOGD("process name: %{public}s called CheckProcessName.",
callingTokenInfo
.processName.c_str());
in CheckProcessName()
1235
if (WORK_SCHED_NATIVE_OPERATE_CALLER.find(
callingTokenInfo
.processName) == WORK_SCHED_NATIVE_OPERATE_CALLER.end()) {
in CheckProcessName()
1237
callingTokenInfo
.processName.c_str());
in CheckProcessName()
Completed in 9 milliseconds