Home
last modified time | relevance | path

Searched refs:IDLE (Results 1 - 25 of 34) sorted by relevance

12

/base/account/os_account/test/fuzztest/iamaccount/getaccountstate_fuzzer/
H A Dgetaccountstate_fuzzer.cpp33 return result == IDLE; in GetAccountStateFuzzTest()
/base/notification/common_event_service/services/include/
H A Dordered_event_record.h26 IDLE = 0, enumerator
H A Dhistory_event_record.h39 IDLE = 0, enumerator
/base/account/os_account/interfaces/innerkits/account_iam/native/include/
H A Daccount_iam_info.h67 IDLE = 0, enumerator
/base/telephony/cellular_call/services/common/include/
H A Dcellular_call_data_struct.h218 IDLE = 1, enumerator
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_native_media_player.h36 enum class NetworkState { EMPTY = 0, IDLE, LOADING, NETWORK_ERROR }; member in OHOS::NWeb::NetworkState
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_freeze_unit_test.cpp273 eventRecord->state = OrderedEventRecord::IDLE; in HWTEST_F()
316 eventRecord->state = OrderedEventRecord::IDLE; in HWTEST_F()
359 eventRecord->state = OrderedEventRecord::IDLE; in HWTEST_F()
402 eventRecord->state = OrderedEventRecord::IDLE; in HWTEST_F()
H A Dcommon_event_publish_ordered_event_unit_test.cpp343 eventRecord->state = OrderedEventRecord::IDLE; in HWTEST_F()
416 eventRecord->state = OrderedEventRecord::IDLE; in HWTEST_F()
483 eventRecord->state = OrderedEventRecord::IDLE; in HWTEST_F()
516 eventRecord->state = OrderedEventRecord::IDLE; in HWTEST_F()
/base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/
H A Dems_event_handler_test.cpp842 handler->SendEvent(event, TestEventHandler::Priority::IDLE); in HWTEST_F()
1160 handler->SendEvent(event, DELAY_TIME, TestEventHandler::Priority::IDLE); in HWTEST_F()
1214 handler->SendEvent(EVENT_ID, TestEventHandler::Priority::IDLE); in HWTEST_F()
1300 handler->SendEvent(EVENT_ID, FLAG_THREE, TestEventHandler::Priority::IDLE); in HWTEST_F()
1390 handler->SendSyncEvent(event, TestEventHandler::Priority::IDLE); in HWTEST_F()
1565 handler->SendSyncEvent(EVENT_ID_THREE, TestEventHandler::Priority::IDLE); in HWTEST_F()
2039 if (handler->PostTask(f, DELAY_TIME, EventHandler::Priority::IDLE)) { in HWTEST_F()
2131 handler->SendEvent(event, DELAY_TIME, EventHandler::Priority::IDLE); in HWTEST_F()
2217 handler->SendEvent(event, DELAY_TIME, EventHandler::Priority::IDLE); in HWTEST_F()
2310 handler->PostTask(task, FLAG_THREE, EventHandler::Priority::IDLE); in HWTEST_F()
[all...]
/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/
H A Dems_event_runner_system_test.cpp388 handler->PostTask(task, EventHandler::Priority::IDLE); in HWTEST_F()
406 handler->PostTask(task, EventHandler::Priority::IDLE); in HWTEST_F()
661 handler->PostTask(task, FLAG_FOUR, EventHandler::Priority::IDLE); in HWTEST_F()
679 handler->PostTask(task, FLAG_FIVE, EventHandler::Priority::IDLE); in HWTEST_F()
752 handler->PostSyncTask(task, EventHandler::Priority::IDLE); in HWTEST_F()
770 handler->PostSyncTask(task, EventHandler::Priority::IDLE); in HWTEST_F()
934 handler->PostTimingTask(task, FLAG_FOUR, EventHandler::Priority::IDLE); in HWTEST_F()
952 handler->PostTimingTask(task, FLAG_FIVE, EventHandler::Priority::IDLE); in HWTEST_F()
1362 handler->SendEvent(event, DELAY_TIME, EventQueue::Priority::IDLE); in HWTEST_F()
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_ffrt.cpp50 case EventQueue::Priority::IDLE: in TransferInnerPriority()
378 uint32_t queueNum = static_cast<uint32_t>(Priority::IDLE); in IsQueueEmpty()
399 std::string prioritys[] = {"VIP = ", ", IMMEDIATE = ", ", HIGH =", ", LOW = ", ", IDLE = "}; in DumpCurrentQueueSize()
400 uint32_t queueNum = static_cast<uint32_t>(Priority::IDLE); in DumpCurrentQueueSize()
/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H A Daccount_iam_manager_test.cpp785 EXPECT_EQ(IDLE, InnerAccountIAMManager::GetInstance().GetState(userId)); in HWTEST_F()
787 EXPECT_NE(IDLE, InnerAccountIAMManager::GetInstance().GetState(TEST_USER_ID)); in HWTEST_F()
799 EXPECT_EQ(IDLE, InnerAccountIAMManager::GetInstance().GetState(userId)); in HWMTEST_F()
801 EXPECT_NE(IDLE, InnerAccountIAMManager::GetInstance().GetState(TEST_USER_ID)); in HWMTEST_F()
/base/account/os_account/frameworks/test/unittest/
H A Daccount_iam_proxy_mock_test.cpp274 EXPECT_EQ(IDLE, AccountIAMClient::GetInstance().GetAccountState(TEST_USER_ID)); in HWTEST_F()
/base/location/services/location_passive/passive/source/
H A Dpassive_ability.cpp107 if (state != SystemAbilityState::IDLE) { in CancelIdleState()
/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_base.h287 // Sub event queues for IMMEDIATE, HIGH and LOW priority. So use value of IDLE as size.
288 static const uint32_t SUB_EVENT_QUEUE_NUM = static_cast<uint32_t>(Priority::IDLE);
310 // Event queue for IDLE events.
/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_send_sync_event_module_test.cpp154 * @tc.desc: Send event with IDLE priority
161 * @tc.steps: step1. Send an event with IDLE priority. in HWTEST_F()
167 bool result = handler->SendSyncEvent(event, EventQueue::Priority::IDLE); in HWTEST_F()
176 * @tc.desc: Send non-null event with priority which not IDLE
202 * @tc.desc: Send non-null event with priority which not IDLE in new runner
209 * @tc.steps: step1. Send an event with priority which not IDLE in new runner. in HWTEST_F()
224 * @tc.desc: Send r-value event with priority which not IDLE
231 * @tc.steps: step1. Send r-value event with priority which not IDLE in a task. in HWTEST_F()
250 * @tc.desc: Send event with eventId, param and priority which not IDLE
257 * @tc.steps: step1. Send event in a task with eventId, param and priority which not IDLE in HWTEST_F()
[all...]
H A Devent_handler_send_event_module_test.cpp318 * @tc.desc: Send event with priority = IDLE
325 * @tc.steps: step1. Send event with IDLE priority. in HWTEST_F()
332 bool sendResult = handler->SendEvent(event, delayTime, EventQueue::Priority::IDLE); in HWTEST_F()
/base/notification/eventhandler/interfaces/inner_api/
H A Devent_queue.h119 IDLE, member in OHOS::AppExecFwk::EventQueue::Priority
/base/notification/common_event_service/services/src/
H A Dcommon_event_control_manager.cpp384 eventRecordPtr->state = OrderedEventRecord::IDLE; in ProcessOrderedEvent()
583 sp->state = OrderedEventRecord::IDLE; in ProcessNextOrderedEvent()
587 if (sp->state != OrderedEventRecord::IDLE) { in ProcessNextOrderedEvent()
621 sp->state = OrderedEventRecord::IDLE; in ProcessNextOrderedEvent()
738 recordPtr->state = OrderedEventRecord::IDLE; in FinishReceiver()
1089 case OrderedEventRecord::IDLE: in DumpStateByCommonEventRecord()
1090 state = "\tEventState: IDLE\n"; in DumpStateByCommonEventRecord()
1203 case OrderedEventRecord::IDLE: in DumpHistoryStateByCommonEventRecord()
1204 state = "\tEventState: IDLE\n"; in DumpHistoryStateByCommonEventRecord()
/base/account/os_account/services/accountmgr/src/account_iam/
H A Dinner_account_iam_manager.cpp66 userStateMap_[0] = IDLE; in InnerAccountIAMManager()
99 userStateMap_[0] = IDLE; in CloseSession()
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_queue_test.cpp166 // insert event into queue from IDLE priority to IMMEDIATE priority in InsertPriorityTest()
184 if (priorities[0] == EventQueue::Priority::IDLE) { in InsertPriorityTest()
501 * from IDLE to IMMEDIATE.
510 EventQueue::Priority::IDLE, in HWTEST_F()
528 * from IMMEDIATE to IDLE
541 EventQueue::Priority::IDLE, in HWTEST_F()
1783 handler->SendEvent(event, HAS_DELAY_TIME, EventQueue::Priority::IDLE); in HWTEST_F()
/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_service.cpp321 if (state != SystemAbilityState::IDLE) { in CancelIdleState()
/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_mgr_proxy.cpp586 IAMState defaultState = IDLE; in GetAccountState()
H A Daccount_iam_client.cpp464 return IDLE; in GetAccountState()
/base/location/services/location_network/network/source/
H A Dnetwork_ability.cpp236 if (state != SystemAbilityState::IDLE) { in CancelIdleState()

Completed in 28 milliseconds

12