Searched refs:PENDING (Results 1 - 16 of 16) sorted by relevance
/base/notification/common_event_service/frameworks/core/include/ |
H A D | common_event_constant.h | 42 PENDING, enumerator
|
/base/notification/common_event_service/services/include/ |
H A D | ordered_event_record.h | 32 PENDING = 0, enumerator
|
H A D | history_event_record.h | 44 PENDING = 0, enumerator
|
/base/web/webview/ohos_nweb/include/ |
H A D | nweb_c_api.h | 35 PENDING, enumerator
|
/base/web/webview/interfaces/kits/cj/src/ |
H A D | web_download_manager_impl.cpp | 94 case NWebDownloadItemState::PENDING: in DownloadDidUpdate() 95 // When in PENDING state, chromium call downloadDidUpdate in DownloadDidUpdate()
|
H A D | webview_ffi.cpp | 1539 state != NWebDownloadItemState::PENDING) { in FfiOHOSWebDownloadItemImplPause()
|
/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_freeze_unit_test.cpp | 276 eventRecord->deliveryState.emplace_back(OrderedEventRecord::PENDING); in HWTEST_F() 319 eventRecord->deliveryState.emplace_back(OrderedEventRecord::PENDING); in HWTEST_F() 362 eventRecord->deliveryState.emplace_back(OrderedEventRecord::PENDING); in HWTEST_F() 405 eventRecord->deliveryState.emplace_back(OrderedEventRecord::PENDING); in HWTEST_F()
|
H A D | inner_common_event_manager_test.cpp | 112 uint8_t dumpType = DumpEventType::PENDING;
in HWTEST_F() 132 uint8_t dumpType = DumpEventType::PENDING;
in HWTEST_F()
|
H A D | common_event_publish_ordered_event_unit_test.cpp | 518 eventRecord->deliveryState.emplace_back(OrderedEventRecord::PENDING); in HWTEST_F()
|
H A D | common_event_dump_test.cpp | 1359 GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::PENDING), "", ALL_USER, state); in HWTEST_F()
|
/base/notification/common_event_service/tools/cem/src/ |
H A D | common_event_command.cpp | 249 cmdInfo.eventType = DumpEventType::PENDING; in CheckDumpEventType()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | web_download_manager.cpp | 92 case NWebDownloadItemState::PENDING: in DownloadDidUpdate() 93 // When in PENDING state, chromium call downloadDidUpdate in DownloadDidUpdate()
|
H A D | napi_web_download_item.cpp | 563 state != NWebDownloadItemState::PENDING) { in JS_Pause() 864 "PENDING", in ExportWebDownloadStateEnum() 866 env, static_cast<int32_t>(NWebDownloadItemState::PENDING))), in ExportWebDownloadStateEnum()
|
/base/notification/common_event_service/services/src/ |
H A D | common_event_control_manager.cpp | 304 eventRecordPtr->deliveryState.emplace_back(OrderedEventRecord::PENDING); in ProcessUnorderedEvent() 388 eventRecordPtr->deliveryState.emplace_back(OrderedEventRecord::PENDING); in ProcessOrderedEvent() 1251 case OrderedEventRecord::PENDING: in DumpStateBySubscriberRecord() 1252 deliveryState = "\t\tEventState: PENDING\n"; in DumpStateBySubscriberRecord() 1325 case OrderedEventRecord::PENDING: in DumpHistoryStateBySubscriberRecord() 1326 deliveryState = "\t\tEventState: PENDING\n"; in DumpHistoryStateBySubscriberRecord()
|
H A D | inner_common_event_manager.cpp | 418 case DumpEventType::PENDING: { in DumpState()
|
/base/notification/common_event_service/services/test/unittest/common_event_control_manager_branch_test/ |
H A D | common_event_control_manager_branch_test.cpp | 865 * @tc.desc: test DumpStateBySubscriberRecord and record->deliveryState[num - 1] is OrderedEventRecord::PENDING.
878 // set record->deliveryState is OrderedEventRecord::PENDING
in HWTEST_F() 879 record->deliveryState.emplace_back(OrderedEventRecord::PENDING);
in HWTEST_F() 967 record.deliveryState.emplace_back(OrderedEventRecord::PENDING);
in HWTEST_F()
|
Completed in 18 milliseconds