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:Leave
(Results
1 - 18
of
18
) sorted by relevance
/foundation/resourceschedule/ffrt/src/sched/
H
A
D
interval.h
136
bool
Leave
()
in Leave()
function in ffrt::PerfCtrl
138
return tg ? tg->
Leave
() : false;
in Leave()
204
virtual void
Leave
() = 0;
250
void
Leave
() override;
H
A
D
frame_interval.h
44
void
Leave
() override
H
A
D
interval.cpp
203
void DefaultInterval::
Leave
()
in Leave()
function in ffrt::DefaultInterval
207
if (!ctrl.
Leave
()) {
in Leave()
208
FFRT_LOGE("Failed to
Leave
Thread %d", ThreadGroup::GetTID());
in Leave()
H
A
D
deadline.cpp
141
(*_it)->
Leave
();
in ffrt_interval_leave()
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
thread_group.h
93
bool
Leave
()
in Leave()
function in ffrt::ThreadGroup
101
bool
Leave
(pid_t tid)
in Leave()
function in ffrt::ThreadGroup
H
A
D
worker_manager.cpp
76
if (!(tgwrap.tg->
Leave
(tid))) {
in LeaveTG()
77
FFRT_LOGE("Failed to
Leave
Thread %d", tid);
in LeaveTG()
H
A
D
cpuworker_manager.cpp
243
tgwrap.tg->
Leave
(pid);
in WorkerLeaveTg()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
auth_response_state.cpp
24
int32_t AuthResponseState::
Leave
()
in Leave()
function in OHOS::DistributedHardware::AuthResponseState
58
this->
Leave
();
in TransitionTo()
H
A
D
auth_request_state.cpp
23
int32_t AuthRequestState::
Leave
()
in Leave()
function in OHOS::DistributedHardware::AuthRequestState
57
this->
Leave
();
in TransitionTo()
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
auth_request_state.cpp
23
int32_t AuthRequestState::
Leave
()
in Leave()
function in OHOS::DistributedHardware::AuthRequestState
63
this->
Leave
();
in TransitionTo()
H
A
D
auth_response_state.cpp
24
int32_t AuthResponseState::
Leave
()
in Leave()
function in OHOS::DistributedHardware::AuthResponseState
65
this->
Leave
();
in TransitionTo()
H
A
D
UTTest_auth_response_state.cpp
48
* 2 call AuthResponseInitState::
Leave
with authManager != null
58
int32_t ret = authResponseState->
Leave
();
in HWTEST_F()
H
A
D
UTTest_auth_request_state.cpp
47
* 2 call AuthResponseInitState::
Leave
with authManager != null
57
int32_t ret = authRequestState->
Leave
();
in HWTEST_F()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H
A
D
ut_interval.cpp
129
interval.
Leave
();
in HWTEST_F()
185
interval.
Leave
();
in HWTEST_F()
/foundation/resourceschedule/ffrt/test/ut/
H
A
D
frame_interval_test.cpp
131
fi->
Leave
();
in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H
A
D
auth_request_state.h
37
* @tc.name: AuthRequestState::
Leave
38
* @tc.desc:
Leave
of the Authenticate Request State
41
int32_t
Leave
();
H
A
D
auth_response_state.h
35
* @tc.name: AuthResponseState::
Leave
36
* @tc.desc:
Leave
of the Auth Response State
39
int32_t
Leave
();
/foundation/arkui/ace_engine/interfaces/napi/kits/mediaquery/
H
A
D
js_media_query.cpp
100
struct
Leave
{
in OnNapiCallback()
struct
101
~
Leave
()
in OnNapiCallback()
Completed in 8 milliseconds