Home
last modified time | relevance | path

Searched refs:more (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/napi/native_engine/
H A Dnative_engine.cpp288 bool more = true; in Loop() local
291 more = uv_run(loop_, UV_RUN_DEFAULT); in Loop()
294 more = uv_run(loop_, UV_RUN_ONCE); in Loop()
297 more = uv_run(loop_, UV_RUN_NOWAIT); in Loop()
302 if (more == false) { in Loop()
/foundation/communication/nfc/test/unittest/services/nci_adapter_test/
H A Dtag_nci_adapter_test.cpp226 discoveryNtf.more = NCI_DISCOVER_NTF_MORE; in HWTEST_F()
231 discoveryNtf.more = NCI_DISCOVER_NTF_LAST; in HWTEST_F()
236 discoveryNtf.more = NCI_DISCOVER_NTF_LAST; in HWTEST_F()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnfcc_nci_adapter.cpp264 uint8_t curMoreVal = eventData->disc_result.discovery_ntf.more; in DoNfaDiscResultEvt()
267 // 02 means more notification in DoNfaDiscResultEvt()
269 ErrorLog("DoNfaDiscResultEvt: invalid more value"); in DoNfaDiscResultEvt()
272 DebugLog("DoNfaDiscResultEvt: valid more value"); in DoNfaDiscResultEvt()
328 if (discNtf->more == NCI_DISCOVER_NTF_MORE) { in HandleDiscNtf()
329 // there is more discovery notification coming in HandleDiscNtf()
H A Dtag_nci_adapter_ntf.cpp714 } else if (discNtf.more == NCI_DISCOVER_NTF_LAST) { in SetMultiTagData()
733 if (discoveryNtf.rf_disc_id > 2) { // multitag has more than 2 uids in IsMultiTag()
734 InfoLog("TagNciAdapterNtf::HandleDiscResult, this multiTag has more than 2 uids"); in IsMultiTag()
795 if (discoveryNtf.more == NCI_DISCOVER_NTF_MORE) { in HandleDiscResult()
H A Dtag_nci_adapter.cpp1577 } else if (discNtf.more == NCI_DISCOVER_NTF_LAST) { in SetMultiTagData()
1635 if (discoveryNtf.more == NCI_DISCOVER_NTF_MORE) { in HandleDiscResult()
1643 InfoLog("TagNciAdapter::HandleDiscResult, this multiTag has more than 2 uids"); in HandleDiscResult()
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drender_text_overlay.cpp46 constexpr int32_t MORE_ANIMATION_DURATION = 300; // Duration of more icon animation.
1171 controller_->AddStopListener([more = AceType::WeakClaim(this)]() { in BuildAndStartMoreButtonAnimation()
1172 auto textMore = more.Upgrade(); in BuildAndStartMoreButtonAnimation()
1178 controller_->AddStartListener([more = AceType::WeakClaim(this)]() { in BuildAndStartMoreButtonAnimation()
1179 auto textMore = more.Upgrade(); in BuildAndStartMoreButtonAnimation()

Completed in 11 milliseconds