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:CheckSystemApp
(Results
1 - 14
of
14
) sorted by relevance
/base/security/asset/services/os_dependency/src/
H
A
D
access_token_wrapper.cpp
32
bool
CheckSystemApp
(void)
in CheckSystemApp()
function
64
return (tokenType == ATokenTypeEnum::TOKEN_HAP) ?
CheckSystemApp
() : true;
in CheckSystemHapPermission()
/base/account/os_account/frameworks/common/utils/include/
H
A
D
account_permission_manager.h
27
static ErrCode
CheckSystemApp
(bool isCallStub = true);
/base/account/os_account/frameworks/common/utils/src/
H
A
D
account_permission_manager.cpp
38
ErrCode AccountPermissionManager::
CheckSystemApp
(bool isCallStub)
in CheckSystemApp()
function in OHOS::AccountSA::AccountPermissionManager
/base/account/os_account/interfaces/kits/cj/osaccount/src/
H
A
D
cj_osaccount_ffi.cpp
34
if (AccountPermissionManager::
CheckSystemApp
(false) != ERR_OK) {
in FfiOHOSOsAccountIsOsAccountConstraintEnabled()
36
ACCOUNT_LOGE("[osAccount] IsOsAccountConstraintEnabled
CheckSystemApp
failed! errCode %{public}d",
in FfiOHOSOsAccountIsOsAccountConstraintEnabled()
162
if (AccountPermissionManager::
CheckSystemApp
(false) != ERR_OK) {
in FfiOHOSOsAccountIsOsAccountUnlocked()
164
ACCOUNT_LOGE("[osAccount] IsOsAccountUnlocked
CheckSystemApp
failed! errCode %{public}d", *errCode);
in FfiOHOSOsAccountIsOsAccountUnlocked()
/base/account/os_account/frameworks/account_iam/src/
H
A
D
account_iam_client.cpp
359
ErrCode result = AccountPermissionManager::
CheckSystemApp
(false);
in RegisterPINInputer()
392
ErrCode result = AccountPermissionManager::
CheckSystemApp
(false);
in RegisterInputer()
416
ErrCode result = AccountPermissionManager::
CheckSystemApp
(false);
in UnregisterInputer()
437
ErrCode result = AccountPermissionManager::
CheckSystemApp
(false);
in UnregisterPINInputer()
/base/account/os_account/services/accountmgr/src/
H
A
D
account_mgr_service.cpp
162
ErrCode res = AccountPermissionManager::
CheckSystemApp
(false);
in SubscribeDistributedAccountEvent()
173
ErrCode res = AccountPermissionManager::
CheckSystemApp
(false);
in UnsubscribeDistributedAccountEvent()
H
A
D
account_stub.cpp
199
std::int32_t ret = AccountPermissionManager::
CheckSystemApp
();
in CmdSetOhosAccountInfoByUserId()
304
ErrCode errCode = AccountPermissionManager::
CheckSystemApp
();
in CmdGetOhosAccountInfoByUserId()
/base/account/os_account/interfaces/kits/napi/osaccount/src/
H
A
D
napi_os_account.cpp
1706
if (AccountPermissionManager::
CheckSystemApp
(false) != ERR_OK) {
in IsOsAccountActivated()
1719
if (argc == ARGS_SIZE_TWO && AccountPermissionManager::
CheckSystemApp
(false) != ERR_OK) {
in IsOsAccountConstraintEnabled()
1732
if (argc != 0 && AccountPermissionManager::
CheckSystemApp
(false) != ERR_OK) {
in IsOsAccountUnlocked()
1741
if (AccountPermissionManager::
CheckSystemApp
(false) != ERR_OK) {
in GetEnabledOsAccountConstraints()
1750
if (AccountPermissionManager::
CheckSystemApp
(false) != ERR_OK) {
in QueryOsAccount()
/base/account/os_account/frameworks/osaccount/native/src/
H
A
D
os_account_manager.cpp
118
ErrCode result = AccountPermissionManager::
CheckSystemApp
(false);
in GetBundleIdFromUid()
/base/account/os_account/services/accountmgr/src/domain_account/
H
A
D
domain_account_stub.cpp
526
ErrCode errCode = AccountPermissionManager::
CheckSystemApp
();
in CheckPermission()
/base/account/os_account/services/accountmgr/src/account_iam/
H
A
D
account_iam_mgr_stub.cpp
187
result = AccountPermissionManager::
CheckSystemApp
();
in OnRemoteRequest()
/base/account/os_account/interfaces/kits/napi/distributedaccount/src/
H
A
D
napi_distributed_account.cpp
382
if (AccountPermissionManager::
CheckSystemApp
(false) != ERR_OK) {
in SetCurrentOsAccountDistributedInfo()
/base/account/os_account/frameworks/osaccount/core/src/
H
A
D
os_account.cpp
600
ErrCode result = AccountPermissionManager::
CheckSystemApp
(false);
in UnsubscribeOsAccount()
/base/account/os_account/services/accountmgr/src/osaccount/
H
A
D
os_account_stub.cpp
526
ErrCode result = AccountPermissionManager::
CheckSystemApp
();
in OnRemoteRequest()
Completed in 16 milliseconds