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:ERR_NO_PERMISSION
(Results
1 - 6
of
6
) sorted by relevance
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H
A
D
sys_event_service_ohos.cpp
266
return
ERR_NO_PERMISSION
;
in AddListener()
313
return
ERR_NO_PERMISSION
;
in RemoveListener()
397
callback->OnComplete(
ERR_NO_PERMISSION
, 0, EventStore::SysEventSequenceManager::GetInstance().GetSequence());
398
return
ERR_NO_PERMISSION
;
448
return
ERR_NO_PERMISSION
;
488
return
ERR_NO_PERMISSION
;
519
return
ERR_NO_PERMISSION
;
533
return
ERR_NO_PERMISSION
;
/base/hiviewdfx/hisysevent/adapter/native/idl/include/
H
A
D
ret_code.h
33
static constexpr int32_t
ERR_NO_PERMISSION
= -19;
member
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H
A
D
ret_code.h
33
static constexpr int32_t
ERR_NO_PERMISSION
= -19;
member
/base/theme/screenlock_mgr/interfaces/inner_api/include/
H
A
D
screenlock_common.h
87
ERR_NO_PERMISSION
= 201,
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H
A
D
napi_screenlock_ability.cpp
47
{ E_SCREENLOCK_NO_PERMISSION, JsErrorCode::
ERR_NO_PERMISSION
},
56
{ JsErrorCode::
ERR_NO_PERMISSION
, PERMISSION_VALIDATION_FAILED },
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H
A
D
napi_hisysevent_util.cpp
1022
{
ERR_NO_PERMISSION
, {NapiError::ERR_PERMISSION_CHECK,
Completed in 7 milliseconds