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:UnfreezeAll
(Results
1 - 23
of
23
) sorted by relevance
/base/notification/common_event_service/frameworks/native/src/
H
A
D
common_event_manager.cpp
130
bool CommonEventManager::
UnfreezeAll
()
in UnfreezeAll()
function in OHOS::EventFwk::CommonEventManager
132
return CommonEvent::GetInstance()->
UnfreezeAll
();
in UnfreezeAll()
/base/notification/common_event_service/interfaces/inner_api/
H
A
D
common_event_manager.h
209
static bool
UnfreezeAll
();
/base/notification/common_event_service/frameworks/core/include/
H
A
D
common_event_stub.h
144
bool
UnfreezeAll
() override;
H
A
D
icommon_event.h
131
virtual bool
UnfreezeAll
() = 0;
H
A
D
common_event_proxy.h
136
bool
UnfreezeAll
() override;
H
A
D
common_event.h
153
bool
UnfreezeAll
();
/base/notification/common_event_service/services/include/
H
A
D
common_event_manager_service.h
136
bool
UnfreezeAll
() override;
H
A
D
inner_common_event_manager.h
133
void
UnfreezeAll
();
/base/notification/common_event_service/test/fuzztest/commoneventmanagerservice_fuzzer/
H
A
D
commoneventmanagerservice_fuzzer.cpp
71
service->
UnfreezeAll
();
in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/commoneventstub_fuzzer/
H
A
D
commoneventstub_fuzzer.cpp
76
// test
UnfreezeAll
function
in DoSomethingInterestingWithMyAPI()
77
return commonEventStub.
UnfreezeAll
();
in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/frameworks/core/src/
H
A
D
common_event_stub.cpp
205
bool ret =
UnfreezeAll
();
in OnRemoteRequest()
340
bool CommonEventStub::
UnfreezeAll
()
in UnfreezeAll()
function in OHOS::EventFwk::CommonEventStub
H
A
D
common_event.cpp
295
bool CommonEvent::
UnfreezeAll
()
in UnfreezeAll()
function in OHOS::EventFwk::CommonEvent
304
return proxy->
UnfreezeAll
();
in UnfreezeAll()
H
A
D
common_event_proxy.cpp
422
bool CommonEventProxy::
UnfreezeAll
()
in UnfreezeAll()
function in OHOS::EventFwk::CommonEventProxy
/base/notification/common_event_service/services/test/unittest/
H
A
D
common_event_manager_service_new_branch_test.cpp
285
* @tc.desc: test
UnfreezeAll
function and IsReady is false.
295
EXPECT_EQ(false, comm->
UnfreezeAll
());
in HWTEST_F()
301
* @tc.desc: test
UnfreezeAll
function.
314
// test
UnfreezeAll
function
in HWTEST_F()
315
EXPECT_EQ(false, comm->
UnfreezeAll
());
in HWTEST_F()
H
A
D
common_event_manager_service_test.cpp
302
innerCommonEventManager->
UnfreezeAll
();
in HWTEST_F()
H
A
D
inner_common_event_manager_test.cpp
255
* @tc.desc: test
UnfreezeAll
function.
265
innerCommonEventManager->
UnfreezeAll
();
in HWTEST_F()
/base/notification/common_event_service/frameworks/core/test/unittest/common_event_branch_test/
H
A
D
common_event_branch_test.cpp
102
* tc.name:
UnfreezeAll
104
* tc.desc: test
UnfreezeAll
function and GetCommonEventProxy is false.
110
EXPECT_EQ(false, commonEvent.
UnfreezeAll
());
in HWTEST_F()
/base/notification/common_event_service/services/src/
H
A
D
common_event_manager_service.cpp
454
bool CommonEventManagerService::
UnfreezeAll
()
in UnfreezeAll()
function in OHOS::EventFwk::CommonEventManagerService
477
innerCommonEventManager->
UnfreezeAll
();
in UnfreezeAll()
H
A
D
inner_common_event_manager.cpp
497
void InnerCommonEventManager::
UnfreezeAll
()
in UnfreezeAll()
function in OHOS::EventFwk::InnerCommonEventManager
/base/notification/common_event_service/frameworks/core/test/unittest/
H
A
D
common_event_test.cpp
175
bool unfreezeAll = commonEvent.
UnfreezeAll
();
in HWTEST_F()
339
* tc.name: test Freeze Unfreeze
UnfreezeAll
341
* tc.desc: Invoke Freeze Unfreeze
UnfreezeAll
interface verify whether it is normal
350
bool unfreezeAll = commonEventStub.
UnfreezeAll
();
in HWTEST_F()
H
A
D
common_event_stub_test.cpp
413
bool ret = commonEvent.
UnfreezeAll
();
in HWTEST_F()
/base/notification/common_event_service/frameworks/native/test/unittest/
H
A
D
common_event_subscribe_test.cpp
486
* tc.name: test
UnfreezeAll
489
* tc.desc: Invoke
UnfreezeAll
interface verify whether it is normal
494
bool unfreezeAll = commonEventManager.
UnfreezeAll
();
in HWTEST_F()
/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/
H
A
D
common_event_services_publish_ordered_module_test.cpp
1177
* @tc.name: verify
UnfreezeAll
1178
* @tc.desc: don't set innerCommonEventManager_ verify
UnfreezeAll
false
1183
bool unfreezeAll = OHOS::DelayedSingleton<CommonEventManagerService>::GetInstance()->
UnfreezeAll
();
in HWTEST_F()
1272
innerCommonEventManager_->
UnfreezeAll
();
in HWTEST_F()
Completed in 16 milliseconds