/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | event_queue_ffrt.cpp | 508 .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 D | dms_continue_recv_manager.cpp | 239 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 D | frontend_delegate_impl.h | 51 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 D | single_store_impl.cpp | 436 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 D | WifiManagerStationFunctions.test.js | 20 function sleep(delay) { 21 return new Promise(resovle => setTimeout(resovle, delay))
|
/test/xts/acts/communication/wifi_p2p/entry/src/ohosTest/js/test/ |
H A D | WifiP2PFunction.test.js | 44 function sleep(delay) {
45 return new Promise(resovle => setTimeout(resovle, delay))
|
/test/xts/acts/communication/wifi_ErrorCode401/entry/src/ohosTest/js/test/ |
H A D | ActWifiErrorCode401.test.js | 45 function sleep(delay) {
46 return new Promise(resovle => setTimeout(resovle, delay))
|
/base/hiviewdfx/hiview/core/include/ |
H A D | hiview_platform.h | 60 void RequestUnloadBundle(const std::string& bundleName, uint64_t delay = 0) override;
|
/base/telephony/call_manager/services/bluetooth/src/ |
H A D | bluetooth_call_service.cpp | 67 }, {}, {}, ffrt::task_attr().delay(DELAY_STOP_PLAY_TIME)); in AnswerCall()
|
/base/telephony/core_service/utils/common/src/ |
H A D | tel_event_queue.cpp | 174 ffrt::task_attr().delay(delayTime)); in SubmitToFFRT()
|
/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_single_kv_store.h | 83 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 D | shared_transition_effect.cpp | 80 controller_->SetStartDelay(option_->delay); in ApplyAnimation()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_page_transition.cpp | 225 option.delay = jsObj->GetPropertyValue<int32_t>("delay", 0); in ParseTransitionOption()
|
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/ |
H A D | bundle_active_client.cpp | 240 }, {}, {}, ffrt::task_attr().delay(DELAY_TIME * MS_TO_US)); in OnRemoteDied()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | avdtp.h | 269 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 D | avdtp_impl.c | 1142 * @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 D | input_manager_impl.cpp | 1674 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 D | jsUIContext.js | 102 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 D | module_split_stream_sink.c | 298 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 D | input_manager_test.cpp | 180 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 D | locator_ability_test.cpp | 138 int delay = 1; in HWTEST_F() local 139 locatorAbility->ApplyRequests(delay); in HWTEST_F()
|
/base/theme/screenlock_mgr/services/src/ |
H A D | screenlock_system_ability.cpp | 152 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 D | ui_content_impl.cpp | 402 const std::function<void()>& task, uint32_t delay) { in CommonInitialize() 406 task, TaskExecutor::TaskType::UI, delay, "ArkUIRenderServiceTask", PriorityType::HIGH); in CommonInitialize()
|
H A D | ace_ability.cpp | 343 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 D | jsi_animation_bridge.cpp | 276 int32_t delay = jsDelay->IsInt32(runtime) ? jsDelay->ToInt32(runtime) : 0; in JsAnimationStartTimeGet() local 277 shared_ptr<JsValue> jsResult = runtime->NewInt32(delay); in JsAnimationStartTimeGet()
|