/base/account/os_account/test/fuzztest/iamaccount/getaccountstate_fuzzer/ |
H A D | getaccountstate_fuzzer.cpp | 33 return result == IDLE; in GetAccountStateFuzzTest()
|
/base/notification/common_event_service/services/include/ |
H A D | ordered_event_record.h | 26 IDLE = 0, enumerator
|
H A D | history_event_record.h | 39 IDLE = 0, enumerator
|
/base/account/os_account/interfaces/innerkits/account_iam/native/include/ |
H A D | account_iam_info.h | 67 IDLE = 0, enumerator
|
/base/telephony/cellular_call/services/common/include/ |
H A D | cellular_call_data_struct.h | 218 IDLE = 1, enumerator
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_native_media_player.h | 36 enum class NetworkState { EMPTY = 0, IDLE, LOADING, NETWORK_ERROR }; member in OHOS::NWeb::NetworkState
|
/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_freeze_unit_test.cpp | 273 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 D | common_event_publish_ordered_event_unit_test.cpp | 343 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 D | ems_event_handler_test.cpp | 842 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 D | ems_event_runner_system_test.cpp | 388 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 D | event_queue_ffrt.cpp | 50 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 D | account_iam_manager_test.cpp | 785 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 D | account_iam_proxy_mock_test.cpp | 274 EXPECT_EQ(IDLE, AccountIAMClient::GetInstance().GetAccountState(TEST_USER_ID)); in HWTEST_F()
|
/base/location/services/location_passive/passive/source/ |
H A D | passive_ability.cpp | 107 if (state != SystemAbilityState::IDLE) { in CancelIdleState()
|
/base/notification/eventhandler/frameworks/eventhandler/include/ |
H A D | event_queue_base.h | 287 // 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 D | event_handler_send_sync_event_module_test.cpp | 154 * @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 D | event_handler_send_event_module_test.cpp | 318 * @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 D | event_queue.h | 119 IDLE, member in OHOS::AppExecFwk::EventQueue::Priority
|
/base/notification/common_event_service/services/src/ |
H A D | common_event_control_manager.cpp | 384 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 D | inner_account_iam_manager.cpp | 66 userStateMap_[0] = IDLE; in InnerAccountIAMManager() 99 userStateMap_[0] = IDLE; in CloseSession()
|
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
H A D | lib_event_handler_event_queue_test.cpp | 166 // 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 D | geo_convert_service.cpp | 321 if (state != SystemAbilityState::IDLE) { in CancelIdleState()
|
/base/account/os_account/frameworks/account_iam/src/ |
H A D | account_iam_mgr_proxy.cpp | 586 IAMState defaultState = IDLE; in GetAccountState()
|
H A D | account_iam_client.cpp | 464 return IDLE; in GetAccountState()
|
/base/location/services/location_network/network/source/ |
H A D | network_ability.cpp | 236 if (state != SystemAbilityState::IDLE) { in CancelIdleState()
|