Home
last modified time | relevance | path

Searched refs:IsReady (Results 1 – 13 of 13) sorted by relevance

/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_interface_test.cpp56 bool IsReady(int32_t slotId) in IsReady() function
61 return g_callback.IsReady(slotId); in IsReady()
138 if (!IsReady(SLOTID_1)) {
154 if (!IsReady(SLOTID_2)) {
170 if (!IsReady(SLOTID_1)) {
196 if (!IsReady(SLOTID_2)) {
222 if (!IsReady(SLOTID_1)) {
238 if (!IsReady(SLOTID_2)) {
254 if (!IsReady(SLOTID_1)) {
273 if (!IsReady(SLOTID_2)) {
[all …]
/base/notification/common_event_service/services/src/
Dcommon_event_manager_service.cpp79 bool CommonEventManagerService::IsReady() const in IsReady() function in OHOS::EventFwk::CommonEventManagerService
100 if (!IsReady()) { in PublishCommonEvent()
120 if (!IsReady()) { in PublishCommonEvent()
210 if (!IsReady()) { in SubscribeCommonEvent()
258 if (!IsReady()) { in UnsubscribeCommonEvent()
283 if (!IsReady()) { in GetStickyCommonEvent()
316 if (!IsReady()) { in DumpState()
331 if (!IsReady()) { in FinishReceiver()
356 if (!IsReady()) { in Freeze()
380 if (!IsReady()) { in Unfreeze()
[all …]
/base/hiviewdfx/hiview/core/test/unittest/common/
Dplugin_platform_test.cpp159 ASSERT_EQ(true, platform.IsReady());
202 ASSERT_EQ(true, platform.IsReady());
240 ASSERT_EQ(true, platform.IsReady());
290 ASSERT_EQ(true, platform.IsReady());
317 ASSERT_EQ(true, platform.IsReady());
Dplugin_bundle_test.cpp64 ASSERT_EQ(true, platform.IsReady());
/base/notification/common_event_service/frameworks/core/src/
Dcommon_event_listener.cpp37 if (!IsReady()) { in NotifyEvent()
86 bool CommonEventListener::IsReady() in IsReady() function in OHOS::EventFwk::CommonEventListener
/base/notification/common_event_service/frameworks/core/include/
Dcommon_event_listener.h59 bool IsReady();
/base/notification/common_event_service/services/include/
Dcommon_event_manager_service.h139 bool IsReady() const;
/base/notification/common_event_service/frameworks/native/test/unittest/
Dcommon_event_subscribe_test.cpp427 bool result = commonEventListener.IsReady();
450 bool result = commonEventListener.IsReady();
/base/hiviewdfx/hiview/core/
Dhiview_platform.h63 bool IsReady() override;
Dhiview_platform.cpp691 bool HiviewPlatform::IsReady() in IsReady() function in OHOS::HiviewDFX::HiviewPlatform
/base/hiviewdfx/hiview/base/include/
Dplugin.h259 virtual bool IsReady() in IsReady() function
/base/hiviewdfx/hiview/
Dhiview_zh.md378 bool IsReady();
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
Dril_callback_test.h467 bool IsReady(int32_t slotId) in IsReady() function