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:stop_
(Results
1 - 15
of
15
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/text_clock/
H
A
D
text_clock_controller.h
38
stop_
= std::move(statusCallback);
in OnStop()
50
if (
stop_
) {
in Stop()
51
stop_
();
in Stop()
57
return start_ &&
stop_
;
in HasInitialized()
62
StatusCallback
stop_
;
member in OHOS::Ace::TextClockController
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H
A
D
handler.cpp
24
Handler::Handler() :
stop_
(false), stopWhenEmpty_(false)
in Handler()
31
if ((this->stopWhenEmpty_ && this->msgQueue_.empty()) || this->
stop_
) {
in Handler()
39
if ((this->stopWhenEmpty_ && this->msgQueue_.empty()) || this->
stop_
) {
in Handler()
65
stop_
= true;
in ~Handler()
148
stop_
= true;
in StopSafty()
157
if (
stop_
|| stopWhenEmpty_) {
in IsQuiting()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H
A
D
handler.cpp
24
Handler::Handler() :
stop_
(false), stopWhenEmpty_(false)
in Handler()
31
if ((this->stopWhenEmpty_ && this->msgQueue_.empty()) || this->
stop_
) {
in Handler()
39
if ((this->stopWhenEmpty_ && this->msgQueue_.empty()) || this->
stop_
) {
in Handler()
65
stop_
= true;
in ~Handler()
148
stop_
= true;
in StopSafty()
157
if (
stop_
|| stopWhenEmpty_) {
in IsQuiting()
/foundation/CastEngine/castengine_wifi_display/tests/demo/codec/
H
A
D
video_sink_decoder_demo.cpp
91
while (!
stop_
) {
in PlayThread()
110
while (!
stop_
) {
in ProcessVideoData()
125
if (
stop_
) {
in ProcessVideoData()
139
stop_
= false;
in StartPlayThread()
155
stop_
= true;
in StopPlayThread()
178
std::atomic<bool>
stop_
= true;
member in OHOS::Sharing::VideoSinkDecoderDemo
/foundation/communication/netstack/utils/http_over_curl/src/
H
A
D
epoll_request_handler.cpp
35
stop_
= true;
in ~EpollRequestHandler()
67
while (!
stop_
) {
in WorkingThread()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/
H
A
D
mock_iability_monitor.cpp
30
stop_
= false;
in MockIabilityMonitor()
57
stop_
= true;
in OnAbilityStop()
H
A
D
mock_iability_monitor.h
54
bool
stop_
;
member in OHOS::AppExecFwk::MockIabilityMonitor
/foundation/bundlemanager/app_domain_verify/frameworks/common/src/httpsession/
H
A
D
app_domain_verify_task_mgr.cpp
81
this->
stop_
= true;
in ~AppDomainVerifyTaskMgr()
96
while (!this->
stop_
) {
in Init()
104
while (tasks_.empty() && !this->
stop_
) {
in Init()
/foundation/communication/netstack/utils/http_over_curl/include/
H
A
D
epoll_request_handler.h
43
std::atomic_bool
stop_
= false;
member in OHOS::NetStack::HttpOverCurl::EpollRequestHandler
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H
A
D
handler.h
56
bool
stop_
;
member in OHOS::CastEngine::CastEngineService::Handler
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H
A
D
handler.h
56
bool
stop_
;
member in OHOS::CastEngine::CastEngineService::Handler
/foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/
H
A
D
app_domain_verify_task_mgr.h
50
bool
stop_
= false;
member in OHOS::AppDomainVerify::AppDomainVerifyTaskMgr
/foundation/multimedia/av_codec/test/unittest/audio_encoder_filter_test/
H
A
D
audio_encoder_filter_unitest.cpp
80
return
stop_
;
in Stop()
132
int32_t
stop_
= 0;
member in OHOS::Media::Pipeline::MediaCodecMock
279
mediaCodecMock->
stop_
= 1;
in HWTEST_F()
283
mediaCodecMock->
stop_
= 0;
in HWTEST_F()
/foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/
H
A
D
ability_delegator_module_test.cpp
941
EXPECT_FALSE(mockMonitor->
stop_
);
in HWTEST_F()
980
EXPECT_TRUE(mockMonitor->
stop_
);
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ability_delegator/
H
A
D
ability_delegator_test.cpp
1352
EXPECT_FALSE(mockMonitor->
stop_
);
in HWTEST_F()
1392
EXPECT_TRUE(mockMonitor->
stop_
);
in HWTEST_F()
Completed in 10 milliseconds