Home
last modified time | relevance | path

Searched refs:delay (Results 276 - 300 of 605) sorted by relevance

1...<<11121314151617181920>>...25

/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_ffrt.cpp508 .delay(time * MILLI_TO_MICRO).priority(queuePriority)); in SubmitEventAtEnd()
512 ffrtQueue_->submit(task, ffrt::task_attr().name(taskName.c_str()).delay(time * MILLI_TO_MICRO). in SubmitEventAtEnd()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddms_continue_recv_manager.cpp239 uint16_t bundleNameId, uint8_t continueTypeId, const int32_t state, const int32_t delay, const int32_t retry) in PostOnBroadcastBusiness()
246 eventHandler_->PostTask(feedfunc, DBMS_RETRY_TASK, delay); in PostOnBroadcastBusiness()
238 PostOnBroadcastBusiness(const std::string& senderNetworkId, uint16_t bundleNameId, uint8_t continueTypeId, const int32_t state, const int32_t delay, const int32_t retry) PostOnBroadcastBusiness() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.h51 using TimerCallback = std::function<void(const std::string& callbackId, const std::string& delay, bool isInterval)>;
281 void WaitTimer(const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) override;
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp436 Status SingleStoreImpl::Sync(const std::vector<std::string> &devices, SyncMode mode, uint32_t delay) in Sync() argument
441 std::shared_ptr<SyncCallback> syncCallback, uint32_t delay) in Sync()
440 Sync(const std::vector<std::string> &devices, SyncMode mode, const DataQuery &query, std::shared_ptr<SyncCallback> syncCallback, uint32_t delay) Sync() argument
/test/xts/acts/communication/wifi_standard/entry/src/ohosTest/ets/test/
H A DWifiManagerStationFunctions.test.js20 function sleep(delay) {
21 return new Promise(resovle => setTimeout(resovle, delay))
/test/xts/acts/communication/wifi_p2p/entry/src/ohosTest/js/test/
H A DWifiP2PFunction.test.js44 function sleep(delay) {
45 return new Promise(resovle => setTimeout(resovle, delay))
/test/xts/acts/communication/wifi_ErrorCode401/entry/src/ohosTest/js/test/
H A DActWifiErrorCode401.test.js45 function sleep(delay) {
46 return new Promise(resovle => setTimeout(resovle, delay))
/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h60 void RequestUnloadBundle(const std::string& bundleName, uint64_t delay = 0) override;
/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_service.cpp67 }, {}, {}, ffrt::task_attr().delay(DELAY_STOP_PLAY_TIME)); in AnswerCall()
/base/telephony/core_service/utils/common/src/
H A Dtel_event_queue.cpp174 ffrt::task_attr().delay(delayTime)); in SubmitToFFRT()
/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_single_kv_store.h83 const std::vector<std::string> &devices, DistributedKv::SyncMode mode, uint32_t delay) override
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/
H A Dshared_transition_effect.cpp80 controller_->SetStartDelay(option_->delay); in ApplyAnimation()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_page_transition.cpp225 option.delay = jsObj->GetPropertyValue<int32_t>("delay", 0); in ParseTransitionOption()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_client.cpp240 }, {}, {}, ffrt::task_attr().delay(DELAY_TIME * MS_TO_US)); in OnRemoteDied()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Davdtp.h269 uint16_t delay; // Delay value member
541 * @details Respond to a delay request from the peer device.
544 * @param[in] transLabel Label of delay cmd
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_impl.c1142 * @details Initator send delay command.
1156 message.delayRptCmd.delay = data->apiDelay.delay; in AvdtActDelayRptReq()
1166 * @details Acp send the respond of delay command.
1192 * @details Acp receive the command of delay command and indicate to
1204 LOG_INFO("[AVDT]%{public}s: delay value is %{public}d ", __func__, data->msg.delayRptCmd.delay); in AvdtActDelayRptInd()
1208 confirmData.delayRptInd.delay = data->msg.delayRptCmd.delay; in AvdtActDelayRptInd()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp1674 int32_t InputManagerImpl::SetKeyboardRepeatDelay(int32_t delay) in SetKeyboardRepeatDelay() argument
1682 return INPUT_DEVICE_IMPL.SetKeyboardRepeatDelay(delay); in SetKeyboardRepeatDelay()
1855 int32_t InputManagerImpl::SetKeyDownDuration(const std::string &businessId, int32_t delay) in SetKeyDownDuration() argument
1858 if (delay < MIN_DELAY || delay > MAX_DELAY) { in SetKeyDownDuration()
1862 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->SetKeyDownDuration(businessId, delay); in SetKeyDownDuration()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsUIContext.js102 createFromBuilder(builder, callback, delay, checkImageStatus, options) {
105 let promise = this.ohos_componentSnapshot.createFromBuilder(builder, callback, delay, checkImageStatus);
109 this.ohos_componentSnapshot.createFromBuilder(builder, callback, delay, checkImageStatus, options);
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dmodule_split_stream_sink.c298 pa_usec_t delay; in ProcessRewind() local
312 delay = u->timestamp - now; in ProcessRewind()
313 inBuffer = pa_usec_to_bytes(delay, &u->sink->sample_spec); in ProcessRewind()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_test.cpp180 int32_t delay = 4500; in HWTEST_F() local
181 int32_t ret = InputManager::GetInstance()->SetKeyDownDuration(businessId, delay); in HWTEST_F()
195 int32_t delay = 0; in HWTEST_F() local
196 int32_t ret = InputManager::GetInstance()->SetKeyDownDuration(businessId, delay); in HWTEST_F()
591 auto callback = [](int32_t delay) { in HWTEST_F()
592 ASSERT_TRUE(delay == KEY_REPEAT_DELAY); in HWTEST_F()
593 MMI_HILOGD("Get keyboard repeat delay success"); in HWTEST_F()
1621 * @tc.desc: Customize the delay time for starting the ability by using the shortcut key.
1629 int32_t delay = KEY_DOWN_DURATION; in HWTEST_F() local
1630 ASSERT_EQ(PARAMETER_ERROR, InputManager::GetInstance()->SetKeyDownDuration(businessId, delay)); in HWTEST_F()
[all...]
/base/location/test/location_manager/source/
H A Dlocator_ability_test.cpp138 int delay = 1; in HWTEST_F() local
139 locatorAbility->ApplyRequests(delay); in HWTEST_F()
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability.cpp152 queue_->submit(callback, ffrt::task_attr().delay(INIT_INTERVAL)); in OnStart()
188 queue_->submit(callback, ffrt::task_attr().delay(DELAY_TIME)); in RegisterDisplayPowerEventListener()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp402 const std::function<void()>& task, uint32_t delay) { in CommonInitialize()
406 task, TaskExecutor::TaskType::UI, delay, "ArkUIRenderServiceTask", PriorityType::HIGH); in CommonInitialize()
H A Dace_ability.cpp343 const std::function<void()>& task, uint32_t delay) { in InitEnv()
347 task, TaskExecutor::TaskType::UI, delay, "ArkUIRenderServiceTask", PriorityType::HIGH); in InitEnv()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_animation_bridge.cpp276 int32_t delay = jsDelay->IsInt32(runtime) ? jsDelay->ToInt32(runtime) : 0; in JsAnimationStartTimeGet() local
277 shared_ptr<JsValue> jsResult = runtime->NewInt32(delay); in JsAnimationStartTimeGet()

Completed in 33 milliseconds

1...<<11121314151617181920>>...25