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:CanRequest
(Results
1 - 9
of
9
) sorted by relevance
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H
A
D
system_ability_manager_stub.cpp
209
if (!
CanRequest
()) {
in ListSystemAbilityInner()
314
if (!
CanRequest
()) {
in CheckRemtSystemAbilityInner()
357
if (!
CanRequest
()) {
in AddOndemandSystemAbilityInner()
467
if (!
CanRequest
()) {
in AddSystemAbilityInner()
569
if (!
CanRequest
()) {
in RemoveSystemAbilityInner()
601
if (!
CanRequest
()) {
in AddSystemProcessInner()
781
if (!
CanRequest
()) {
in GetSystemProcessInfoInner()
826
if (!
CanRequest
()) {
in GetRunningSystemProcessInner()
869
if (!
CanRequest
()) {
in SubscribeSystemProcessInner()
895
if (!
CanRequest
()) {
in UnSubscribeSystemProcessInner()
1084
bool SystemAbilityManagerStub::
CanRequest
()
CanRequest()
function in OHOS::SystemAbilityManagerStub
[all...]
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H
A
D
system_ability_status_change_stub.h
46
static bool
CanRequest
();
/foundation/barrierfree/accessibility/services/aams/test/mock/src/aafwk/
H
A
D
mock_system_ability_manager_stub.cpp
133
bool SystemAbilityManagerStub::
CanRequest
()
in CanRequest()
function in OHOS::SystemAbilityManagerStub
/foundation/graphic/surface_lite/interfaces/innerkits/
H
A
D
buffer_queue.h
200
bool
CanRequest
(uint8_t wait);
/foundation/systemabilitymgr/safwk/services/safwk/include/
H
A
D
local_ability_manager_stub.h
78
static bool
CanRequest
();
/foundation/graphic/surface_lite/frameworks/
H
A
D
buffer_queue.cpp
108
bool BufferQueue::
CanRequest
(uint8_t wait)
in CanRequest()
function in OHOS::BufferQueue
136
if (!
CanRequest
(wait)) {
in RequestBuffer()
/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H
A
D
system_ability_manager_stub.h
32
static bool
CanRequest
();
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H
A
D
samgr_server_rpc.c
195
static BOOL
CanRequest
(const void *origin)
in CanRequest()
function
589
if (
CanRequest
(origin) == FALSE) {
in ProcSysCap()
H
A
D
samgr_server.c
104
static BOOL
CanRequest
(const void *origin)
in CanRequest()
function
476
if (
CanRequest
(origin) == FALSE) {
in ProcSysCap()
Completed in 6 milliseconds