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:runStatus
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H
A
D
async_call.cpp
111
napi_status
runStatus
= (*context->ctx)(env, &output);
in OnComplete()
local
114
"run the js callback function:status[%{public}d]
runStatus
[%{public}d]", status,
runStatus
);
in OnComplete()
115
if (status == napi_ok &&
runStatus
== napi_ok) {
in OnComplete()
139
if (status == napi_ok &&
runStatus
== napi_ok) {
in OnComplete()
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H
A
D
async_call.cpp
120
napi_status
runStatus
= (*context->ctx)(env, &output);
in OnComplete()
local
122
if (status == napi_ok &&
runStatus
== napi_ok) {
in OnComplete()
137
if (status == napi_ok &&
runStatus
== napi_ok) {
in OnComplete()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H
A
D
nstackx_file_manager.h
176
uint32_t
runStatus
;
member
227
uint32_t
runStatus
;
member
300
if (fileManager == NULL || fileManager->
runStatus
!= FILE_MANAGE_RUN || fileManager->errCode != FILE_MANAGER_EOK) {
in CheckManager()
324
if (fileList == NULL || fileList->
runStatus
!= FILE_LIST_STATUS_RUN || fileList->errCode != FILE_MANAGER_EOK) {
in CheckFilelist()
332
if (fileList == NULL || fileList->
runStatus
== FILE_LIST_STATUS_STOP || fileList->errCode != FILE_MANAGER_EOK) {
in CheckFilelistNotStop()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H
A
D
nstackx_file_manager.c
237
static FileListTask *PrepareOneTaskByStatus(FileManager *fileManager, uint32_t
runStatus
, uint8_t *isErrorOccurred)
in PrepareOneTaskByStatus()
argument
255
if (fileList->
runStatus
==
runStatus
) {
in PrepareOneTaskByStatus()
259
if (
runStatus
== FILE_LIST_STATUS_IDLE) {
in PrepareOneTaskByStatus()
260
fileList->
runStatus
= FILE_LIST_STATUS_RUN;
in PrepareOneTaskByStatus()
262
} else if (
runStatus
== FILE_LIST_STATUS_STOP) {
in PrepareOneTaskByStatus()
274
if (
runStatus
!= FILE_LIST_STATUS_STOP) {
in PrepareOneTaskByStatus()
894
while (fileManager->
runStatus
== FILE_MANAGE_RUN) {
in FileManagerThread()
896
if (fileManager->
runStatus
!= FILE_MANAGE_RUN) {
in FileManagerThread()
966
if (fileManager == NULL || fileManager->
runStatus
in StopFileManagerThreads()
[all...]
H
A
D
nstackx_file_manager_client.c
750
fmFileList->
runStatus
= FILE_LIST_STATUS_IDLE;
in CreateSendFileList()
Completed in 6 milliseconds