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:Freeze
(Results
1 - 25
of
25
) sorted by relevance
/base/notification/common_event_service/frameworks/native/src/
H
A
D
common_event_manager.cpp
120
bool CommonEventManager::
Freeze
(const uid_t &uid)
in Freeze()
function in OHOS::EventFwk::CommonEventManager
122
return CommonEvent::GetInstance()->
Freeze
(uid);
in Freeze()
/base/notification/common_event_service/services/test/unittest/
H
A
D
common_event_freeze_test.cpp
77
bool
Freeze
(const uid_t &uid);
352
bool CommonEventFreezeTest::
Freeze
(const uid_t &uid)
in Freeze()
function in __anon1017::CommonEventFreezeTest
354
std::function<void()> FreezeFunc = std::bind(&InnerCommonEventManager::
Freeze
, innerCommonEventManager_, uid);
in Freeze()
369
EVENT_LOGI("Subscriber1
Freeze
");
in AsyncProcess()
370
Freeze
(UID);
in AsyncProcess()
371
EVENT_LOGI("Subscriber2
Freeze
");
in AsyncProcess()
372
Freeze
(UID2);
in AsyncProcess()
H
A
D
common_event_manager_service_new_branch_test.cpp
209
* @tc.desc: test
Freeze
function and IsReady is false.
220
EXPECT_EQ(false, comm->
Freeze
(uid));
in HWTEST_F()
226
* @tc.desc: test
Freeze
function.
239
// test
Freeze
function
in HWTEST_F()
241
EXPECT_EQ(false, comm->
Freeze
(uid));
in HWTEST_F()
/base/notification/common_event_service/interfaces/inner_api/
H
A
D
common_event_manager.h
194
static bool
Freeze
(const uid_t &uid);
/base/notification/common_event_service/frameworks/core/include/
H
A
D
common_event_stub.h
129
bool
Freeze
(const uid_t &uid) override;
H
A
D
icommon_event.h
116
virtual bool
Freeze
(const uid_t &uid) = 0;
H
A
D
common_event_proxy.h
121
bool
Freeze
(const uid_t &uid) override;
H
A
D
common_event.h
138
bool
Freeze
(const uid_t &uid);
/base/notification/common_event_service/services/include/
H
A
D
common_event_manager_service.h
121
bool
Freeze
(const uid_t &uid) override;
H
A
D
inner_common_event_manager.h
121
void
Freeze
(const uid_t &uid);
/base/msdp/device_status/intention/cooperate/plugin/include/input_event_transmission/
H
A
D
input_event_builder.h
80
void
Freeze
();
/base/notification/common_event_service/test/fuzztest/commoneventmanagerservice_fuzzer/
H
A
D
commoneventmanagerservice_fuzzer.cpp
69
service->
Freeze
(code);
in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/commoneventstub_fuzzer/
H
A
D
commoneventstub_fuzzer.cpp
71
// test
Freeze
function
in DoSomethingInterestingWithMyAPI()
72
commonEventStub.
Freeze
(code);
in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/frameworks/core/src/
H
A
D
common_event_stub.cpp
188
bool ret =
Freeze
(uid);
in OnRemoteRequest()
326
bool CommonEventStub::
Freeze
(const uid_t &uid)
in Freeze()
function in OHOS::EventFwk::CommonEventStub
H
A
D
common_event.cpp
271
bool CommonEvent::
Freeze
(const uid_t &uid)
in Freeze()
function in OHOS::EventFwk::CommonEvent
280
return proxy->
Freeze
(uid);
in Freeze()
H
A
D
common_event_proxy.cpp
370
bool CommonEventProxy::
Freeze
(const uid_t &uid)
in Freeze()
function in OHOS::EventFwk::CommonEventProxy
372
EVENT_LOGD("
Freeze
start");
in Freeze()
/base/notification/common_event_service/frameworks/core/test/unittest/common_event_branch_test/
H
A
D
common_event_branch_test.cpp
128
* tc.name:
Freeze
136
EXPECT_EQ(false, commonEvent.
Freeze
(uid));
in HWTEST_F()
/base/notification/common_event_service/services/src/
H
A
D
common_event_manager_service.cpp
395
bool CommonEventManagerService::
Freeze
(const uid_t &uid)
in Freeze()
function in OHOS::EventFwk::CommonEventManagerService
417
innerCommonEventManager->
Freeze
(uid);
in Freeze()
H
A
D
inner_common_event_manager.cpp
464
void InnerCommonEventManager::
Freeze
(const uid_t &uid)
in Freeze()
function in OHOS::EventFwk::InnerCommonEventManager
/base/notification/common_event_service/frameworks/core/test/unittest/
H
A
D
common_event_test.cpp
127
* tc.name: test
Freeze
130
* tc.desc: Invoke
Freeze
interface verify whether it is normal
135
bool freeze = commonEvent.
Freeze
(SYSTEM_UID);
in HWTEST_F()
339
* tc.name: test
Freeze
Unfreeze UnfreezeAll
341
* tc.desc: Invoke
Freeze
Unfreeze UnfreezeAll interface verify whether it is normal
346
bool freeze = commonEventStub.
Freeze
(SYSTEM_UID);
in HWTEST_F()
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H
A
D
input_event_builder_test.cpp
195
* @tc.desc: Test the funcation
Freeze
202
ASSERT_NO_FATAL_FAILURE(builder_->
Freeze
());
in HWTEST_F()
204
ASSERT_NO_FATAL_FAILURE(builder_->
Freeze
());
in HWTEST_F()
/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
H
A
D
input_event_builder.cpp
101
void InputEventBuilder::
Freeze
()
in Freeze()
function in OHOS::Msdp::DeviceStatus::Cooperate::InputEventBuilder
109
FI_HILOGI("
Freeze
remote input from '%{public}s'", Utility::Anonymize(remoteNetworkId_).c_str());
in Freeze()
/base/notification/common_event_service/frameworks/native/test/unittest/
H
A
D
common_event_subscribe_test.cpp
458
* tc.name: test
Freeze
461
* tc.desc: Invoke
Freeze
interface verify whether it is normal
466
bool freeze = commonEventManager.
Freeze
(SYSTEM_UID);
in HWTEST_F()
500
* tc.name: test
Freeze
516
* tc.name: test
Freeze
/base/msdp/device_status/intention/cooperate/plugin/src/
H
A
D
cooperate_in.cpp
340
context.inputEventBuilder_.
Freeze
();
in OnUpdateCooperateFlag()
/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
1151
* @tc.name: verify
Freeze
1152
* @tc.desc: don't set innerCommonEventManager_ verify
Freeze
false
1158
bool freeze = OHOS::DelayedSingleton<CommonEventManagerService>::GetInstance()->
Freeze
(systemUid);
in HWTEST_F()
Completed in 17 milliseconds