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:ReportSaCheckAuth
(Results
1 - 7
of
7
) sorted by relevance
/foundation/deviceprofile/device_info_manager/services/core/src/permissionmanager/
H
A
D
permission_manager.cpp
153
DpRadarHelper::GetInstance().
ReportSaCheckAuth
(stageRes);
in IsCallerTrust()
160
DpRadarHelper::GetInstance().
ReportSaCheckAuth
(stageRes);
in IsCallerTrust()
165
DpRadarHelper::GetInstance().
ReportSaCheckAuth
(stageRes);
in IsCallerTrust()
169
DpRadarHelper::GetInstance().
ReportSaCheckAuth
(stageRes);
in IsCallerTrust()
179
DpRadarHelper::GetInstance().
ReportSaCheckAuth
(stageRes);
in CheckCallerPermission()
185
DpRadarHelper::GetInstance().
ReportSaCheckAuth
(stageRes);
in CheckCallerPermission()
192
DpRadarHelper::GetInstance().
ReportSaCheckAuth
(stageRes);
in CheckCallerPermission()
196
DpRadarHelper::GetInstance().
ReportSaCheckAuth
(stageRes);
in CheckCallerPermission()
206
DpRadarHelper::GetInstance().
ReportSaCheckAuth
(stageRes);
in CheckCallerSyncPermission()
212
DpRadarHelper::GetInstance().
ReportSaCheckAuth
(stageRe
in CheckCallerSyncPermission()
[all...]
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H
A
D
distributed_device_profile_service.cpp
95
if (!DpRadarHelper::GetInstance().
ReportSaCheckAuth
(info)) {
in PutDeviceProfile()
96
HILOGE("
ReportSaCheckAuth
failed");
in PutDeviceProfile()
129
if (!DpRadarHelper::GetInstance().
ReportSaCheckAuth
(info)) {
in GetDeviceProfile()
130
HILOGE("
ReportSaCheckAuth
failed");
in GetDeviceProfile()
149
if (!DpRadarHelper::GetInstance().
ReportSaCheckAuth
(info)) {
in DeleteDeviceProfile()
150
HILOGE("
ReportSaCheckAuth
failed");
in DeleteDeviceProfile()
168
if (!DpRadarHelper::GetInstance().
ReportSaCheckAuth
(info)) {
in SubscribeProfileEvents()
169
HILOGE("
ReportSaCheckAuth
failed");
in SubscribeProfileEvents()
184
if (!DpRadarHelper::GetInstance().
ReportSaCheckAuth
(info)) {
in UnsubscribeProfileEvents()
185
HILOGE("
ReportSaCheckAuth
faile
in UnsubscribeProfileEvents()
[all...]
/foundation/deviceprofile/device_info_manager/old/radar/include/
H
A
D
dp_radar_helper.h
115
bool
ReportSaCheckAuth
(struct RadarInfo info);
/foundation/deviceprofile/device_info_manager/old/radar/test/unittest/
H
A
D
dp_radar_helper_test.cpp
88
bool res = DpRadarHelper::GetInstance().
ReportSaCheckAuth
(info);
in HWTEST_F()
96
bool res = DpRadarHelper::GetInstance().
ReportSaCheckAuth
(info);
in HWTEST_F()
/foundation/deviceprofile/device_info_manager/radar/include/
H
A
D
dp_radar_helper.h
101
void
ReportSaCheckAuth
(int32_t stageRes);
/foundation/deviceprofile/device_info_manager/old/radar/src/
H
A
D
dp_radar_helper.cpp
127
bool DpRadarHelper::
ReportSaCheckAuth
(struct RadarInfo info)
in ReportSaCheckAuth()
function in OHOS::DeviceProfile::DpRadarHelper
/foundation/deviceprofile/device_info_manager/radar/src/
H
A
D
dp_radar_helper.cpp
135
void DpRadarHelper::
ReportSaCheckAuth
(int32_t stageRes)
in ReportSaCheckAuth()
function in OHOS::DistributedDeviceProfile::DpRadarHelper
Completed in 5 milliseconds