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_NOT_OK
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/
H
A
D
rs_window_animation_manager.cpp
33
constexpr int32_t
ERR_NOT_OK
= -1;
member
123
return
ERR_NOT_OK
;
in GetWindowId()
128
errCode =
ERR_NOT_OK
;
in GetWindowId()
137
errCode =
ERR_NOT_OK
;
in GetWindowId()
143
errCode =
ERR_NOT_OK
;
in GetWindowId()
149
errCode =
ERR_NOT_OK
;
in GetWindowId()
203
return
ERR_NOT_OK
;
in GetMissionIds()
208
errCode =
ERR_NOT_OK
;
in GetMissionIds()
214
errCode =
ERR_NOT_OK
;
in GetMissionIds()
224
errCode =
ERR_NOT_OK
;
in GetMissionIds()
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/app/app_manager/
H
A
D
js_app_manager.cpp
47
constexpr int32_t
ERR_NOT_OK
= -1;
member
166
errCode =
ERR_NOT_OK
;
in OnUnregisterApplicationStateObserver()
176
errCode =
ERR_NOT_OK
;
in OnUnregisterApplicationStateObserver()
217
errCode =
ERR_NOT_OK
;
in OnGetForegroundApplications()
256
errCode =
ERR_NOT_OK
;
in OnGetProcessRunningInfos()
288
errCode =
ERR_NOT_OK
;
in OnIsRunningInStabilityTest()
322
errCode =
ERR_NOT_OK
;
in OnKillProcessByBundleName()
326
errCode =
ERR_NOT_OK
;
in OnKillProcessByBundleName()
365
errCode =
ERR_NOT_OK
;
in OnClearUpApplicationData()
369
errCode =
ERR_NOT_OK
;
in OnClearUpApplicationData()
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/wantagent/
H
A
D
napi_want_agent.cpp
48
constexpr int32_t
ERR_NOT_OK
= -1;
member
310
return RetErrMsg(env, lastParam,
ERR_NOT_OK
);
in HandleInvalidParam()
318
if (retCode ==
ERR_NOT_OK
) {
in HandleAsyncTaskResult()
409
errCode =
ERR_NOT_OK
;
in OnGetWant()
417
errCode =
ERR_NOT_OK
;
in OnGetWant()
425
task.Reject(env, CreateJsError(env,
ERR_NOT_OK
, "WantAgentHelper::GetWant result nullptr."));
in OnGetWant()
454
errCode =
ERR_NOT_OK
;
in OnGetOperationType()
462
errCode =
ERR_NOT_OK
;
in OnGetOperationType()
500
return RetErrMsg(env, lastParam,
ERR_NOT_OK
);
in OnGetBundleName()
511
return RetErrMsg(env, lastParam,
ERR_NOT_OK
);
in OnGetBundleName()
[all...]
/foundation/ability/dmsfwk/interfaces/kits/napi/continuation_manager/
H
A
D
js_continuation_manager.cpp
34
constexpr int32_t
ERR_NOT_OK
= -1;
member
141
errCode =
ERR_NOT_OK
;
in OnRegister()
251
errCode =
ERR_NOT_OK
;
in OnUnregister()
256
errCode =
ERR_NOT_OK
;
in OnUnregister()
467
errCode =
ERR_NOT_OK
;
in GetInfoForUpdateConnectStatus()
471
errCode =
ERR_NOT_OK
;
in GetInfoForUpdateConnectStatus()
475
errCode =
ERR_NOT_OK
;
in GetInfoForUpdateConnectStatus()
489
errCode =
ERR_NOT_OK
;
in OnUpdateConnectStatus()
601
errCode =
ERR_NOT_OK
;
in CheckParamAndGetToken()
605
errCode =
ERR_NOT_OK
;
in CheckParamAndGetToken()
[all...]
Completed in 5 milliseconds