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:Unfreeze
(Results
1 - 24
of
24
) sorted by relevance
/base/notification/common_event_service/frameworks/native/src/
H
A
D
common_event_manager.cpp
125
bool CommonEventManager::
Unfreeze
(const uid_t &uid)
in Unfreeze()
function in OHOS::EventFwk::CommonEventManager
127
return CommonEvent::GetInstance()->
Unfreeze
(uid);
in Unfreeze()
/base/notification/common_event_service/services/test/unittest/
H
A
D
common_event_freeze_test.cpp
78
bool
Unfreeze
(const uid_t &uid);
358
bool CommonEventFreezeTest::
Unfreeze
(const uid_t &uid)
in Unfreeze()
function in __anon1017::CommonEventFreezeTest
360
std::function<void()> UnfreezeFunc = std::bind(&InnerCommonEventManager::
Unfreeze
, innerCommonEventManager_, uid);
in Unfreeze()
376
EVENT_LOGI("Subscriber1
Unfreeze
");
in AsyncProcess()
377
Unfreeze
(UID);
in AsyncProcess()
380
EVENT_LOGI("Subscriber2
Unfreeze
");
in AsyncProcess()
381
Unfreeze
(UID2);
in AsyncProcess()
H
A
D
common_event_manager_service_new_branch_test.cpp
247
* @tc.desc: test
Unfreeze
function and IsReady is false.
258
EXPECT_EQ(false, comm->
Unfreeze
(uid));
in HWTEST_F()
264
* @tc.desc: test
Unfreeze
function.
277
// test
Unfreeze
function
in HWTEST_F()
279
EXPECT_EQ(false, comm->
Unfreeze
(uid));
in HWTEST_F()
H
A
D
common_event_manager_service_test.cpp
285
innerCommonEventManager->
Unfreeze
(uid);
in HWTEST_F()
H
A
D
inner_common_event_manager_test.cpp
238
* @tc.desc: test
Unfreeze
function.
249
innerCommonEventManager->
Unfreeze
(uid);
in HWTEST_F()
/base/notification/common_event_service/interfaces/inner_api/
H
A
D
common_event_manager.h
202
static bool
Unfreeze
(const uid_t &uid);
/base/notification/common_event_service/frameworks/core/include/
H
A
D
common_event_stub.h
137
bool
Unfreeze
(const uid_t &uid) override;
H
A
D
icommon_event.h
124
virtual bool
Unfreeze
(const uid_t &uid) = 0;
H
A
D
common_event_proxy.h
129
bool
Unfreeze
(const uid_t &uid) override;
H
A
D
common_event.h
146
bool
Unfreeze
(const uid_t &uid);
/base/notification/common_event_service/services/include/
H
A
D
common_event_manager_service.h
129
bool
Unfreeze
(const uid_t &uid) override;
H
A
D
inner_common_event_manager.h
128
void
Unfreeze
(const uid_t &uid);
/base/notification/common_event_service/test/fuzztest/commoneventmanagerservice_fuzzer/
H
A
D
commoneventmanagerservice_fuzzer.cpp
70
service->
Unfreeze
(code);
in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/commoneventstub_fuzzer/
H
A
D
commoneventstub_fuzzer.cpp
73
// test
Unfreeze
function
in DoSomethingInterestingWithMyAPI()
74
commonEventStub.
Unfreeze
(code);
in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/frameworks/core/src/
H
A
D
common_event_stub.cpp
197
bool ret =
Unfreeze
(uid);
in OnRemoteRequest()
333
bool CommonEventStub::
Unfreeze
(const uid_t &uid)
in Unfreeze()
function in OHOS::EventFwk::CommonEventStub
H
A
D
common_event.cpp
283
bool CommonEvent::
Unfreeze
(const uid_t &uid)
in Unfreeze()
function in OHOS::EventFwk::CommonEvent
292
return proxy->
Unfreeze
(uid);
in Unfreeze()
H
A
D
common_event_proxy.cpp
396
bool CommonEventProxy::
Unfreeze
(const uid_t &uid)
in Unfreeze()
function in OHOS::EventFwk::CommonEventProxy
/base/notification/common_event_service/frameworks/core/test/unittest/common_event_branch_test/
H
A
D
common_event_branch_test.cpp
115
* tc.name:
Unfreeze
117
* tc.desc: test
Unfreeze
function and GetCommonEventProxy is false.
123
EXPECT_EQ(false, commonEvent.
Unfreeze
(uid));
in HWTEST_F()
130
* tc.desc: test
Unfreeze
function and GetCommonEventProxy is false.
/base/notification/common_event_service/services/src/
H
A
D
common_event_manager_service.cpp
424
bool CommonEventManagerService::
Unfreeze
(const uid_t &uid)
in Unfreeze()
function in OHOS::EventFwk::CommonEventManagerService
447
innerCommonEventManager->
Unfreeze
(uid);
in Unfreeze()
H
A
D
inner_common_event_manager.cpp
471
void InnerCommonEventManager::
Unfreeze
(const uid_t &uid)
in Unfreeze()
function in OHOS::EventFwk::InnerCommonEventManager
/base/notification/common_event_service/frameworks/core/test/unittest/
H
A
D
common_event_test.cpp
141
* tc.name: test
Unfreeze
144
* tc.desc: Invoke
Unfreeze
interface verify whether it is normal
149
bool unfreeze = commonEvent.
Unfreeze
(SYSTEM_UID);
in HWTEST_F()
155
* tc.name: test
Unfreeze
158
* tc.desc: Invoke
Unfreeze
interface verify whether it is normal
339
* tc.name: test Freeze
Unfreeze
UnfreezeAll
341
* tc.desc: Invoke Freeze
Unfreeze
UnfreezeAll interface verify whether it is normal
348
bool unfreeze = commonEventStub.
Unfreeze
(SYSTEM_UID);
in HWTEST_F()
H
A
D
common_event_stub_test.cpp
367
bool ret = commonEvent.
Unfreeze
(uid);
in HWTEST_F()
/base/notification/common_event_service/frameworks/native/test/unittest/
H
A
D
common_event_subscribe_test.cpp
472
* tc.name: test
Unfreeze
475
* tc.desc: Invoke
Unfreeze
interface verify whether it is normal
480
bool unfreeze = commonEventManager.
Unfreeze
(SYSTEM_UID);
in HWTEST_F()
536
* tc.desc: Invoke
Unfreeze
interface verify whether it is normal
/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
1164
* @tc.name: verify
Unfreeze
1165
* @tc.desc: don't set innerCommonEventManager_ verify
Unfreeze
false
1171
bool unfreeze = OHOS::DelayedSingleton<CommonEventManagerService>::GetInstance()->
Unfreeze
(systemUid);
in HWTEST_F()
Completed in 19 milliseconds