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:started
(Results
1 - 12
of
12
) sorted by relevance
/base/powermgr/powermgr_lite/services/src/power/
H
A
D
auto_suspend.c
64
static BOOL
started
= FALSE;
in Enable()
local
65
if (
started
== TRUE) {
in Enable()
75
started
= TRUE;
in Enable()
/drivers/hdf_core/framework/core/manager/src/
H
A
D
devsvc_manager_ext.c
28
bool
started
;
member
138
if (inst->
started
) {
in DevSvcManagerExtStart()
159
inst->
started
= true;
in DevSvcManagerExtStart()
208
instance->
started
= false;
in DevSvcManagerExtRelease()
/drivers/hdf_core/adapter/uhdf2/manager/include/
H
A
D
devsvc_manager_stub.h
35
bool
started
;
member
/base/tee/tee_client/interfaces/kits/c/include/
H
A
D
tee_client_type.h
197
uint32_t
started
;
member
/base/tee/tee_client/frameworks/include/
H
A
D
tc_ns_client.h
70
bool
started
;
member
/drivers/peripheral/usb/gadget/function/ecm/
H
A
D
cdcecm.c
254
uint32_t
started
;
in UsbEcmStartIo()
local
271
started
= UsbEcmStartRx(port);
in UsbEcmStartIo()
272
if (
started
) {
in UsbEcmStartIo()
/drivers/hdf_core/adapter/uhdf2/manager/src/
H
A
D
devsvc_manager_stub.c
608
if (inst->
started
) {
in DevSvcManagerStubStart()
634
inst->
started
= true;
in DevSvcManagerStubStart()
/test/xts/acts/multimedia/media/media_js_standard/
H
A
D
AVRecorderTestBase.js
58
STARTED : '
started
',
367
console.info(`case avRecorderWithCallBack is
started
`)
368
expect(avRecorder.state).assertEqual('
started
');
1643
console.info(`case getInputSurfaceTest33 state is
started
`)
1644
expect(avRecorder.state).assertEqual('
started
');
1688
console.info(`case getInputSurfaceTest34 state is
started
`)
1689
expect(avRecorder.state).assertEqual('
started
');
1736
console.info(`case getInputSurfaceTest35 state is
started
`)
1737
expect(avRecorder.state).assertEqual('
started
');
1787
console.info(`case getInputSurfaceTest36 state is
started
`)
[all...]
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/
H
A
D
hks_teec.c
119
operation.
started
= 1;
in OpenSession()
201
operation->
started
= 1;
in TeecRequestCmdInner()
/drivers/peripheral/usb/gadget/function/acm/
H
A
D
cdcacm.c
374
uint32_t
started
;
in UsbSerialStartIo()
local
393
started
= UsbSerialStartRx(port);
in UsbSerialStartIo()
394
if (
started
) {
in UsbSerialStartIo()
/base/tee/tee_client/frameworks/libteec_vendor/
H
A
D
tee_client_api.c
628
cliContext->
started
= operation->cancel_flag;
in TEEC_Encode()
1634
if (!operation->
started
) {
in TEEC_CheckOperation()
/base/tee/tee_client/interfaces/kits/c/src/
H
A
D
tee_client.cpp
179
if (!operation->
started
) {
in TEEC_CheckOperation()
Completed in 14 milliseconds