Home
last modified time | relevance | path

Searched refs:time (Results 3226 - 3250 of 4888) sorted by relevance

1...<<121122123124125126127128129130>>...196

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_service.cpp107 ErrCode ApService::SetHotspotIdleTimeout(int time) const in SetHotspotIdleTimeout()
115 msg->AddIntMessageBody(time); in SetHotspotIdleTimeout()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/Mock/
H A Dmock_wifi_p2p_hal_interface.h44 virtual WifiErrorNo SetP2pGroupIdle(const std::string &groupInterface, size_t time) const = 0;
108 MOCK_CONST_METHOD2(SetP2pGroupIdle, WifiErrorNo(const std::string &groupInterface, size_t time));
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_scan_config.cpp154 void WifiScanConfig::SetStaCurrentTime(time_t time) in SetStaCurrentTime() argument
157 mScanDeviceInfo.staCurrentTime = time; in SetStaCurrentTime()
281 * The system scans for 20 seconds, multiplies 2 each time, in InitScanControlIntervalList()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddhcpd_interface.cpp105 std::string time = std::to_string(leaseTime); in UpdateDefaultConfigFile() local
106 int result = UpdateLeasesTime(time.c_str()); in UpdateDefaultConfigFile()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta_new/
H A Dsta_auto_connect_service_test.cpp255 pStaAutoConnectService->selectDeviceLastTime = static_cast<int>(time(0)); in HWTEST_F()
273 .Times(AtLeast(1)).WillOnce(Return(time(0))); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_impl.cpp232 int EventLoopImpl::Modify(EventImpl *event, EventTime time) in Modify() argument
238 int errCode = QueueRequest(EventRequest::SET_TIMEOUT, event, time); in Modify()
240 LOGE("Mod loop ev time failed. err: '%d'.", errCode); in Modify()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp286 bool AutoCache::Delegate::operator<(const AutoCache::Time &time) const in operator <()
288 return time_ < time; in operator <()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_state_machine.cpp286 bool SyncStateMachine::StartFeedDogForSync(uint32_t time, SyncDirectionFlag flag) in StartFeedDogForSync() argument
293 uint8_t cnt = GetFeedDogTimeout(time / DATA_NOTIFY_INTERVAL); in StartFeedDogForSync()
390 // we send notify packet at first, because it will cost a lot of time to get machine lock in DoSaveDataNotify()
/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
H A Dencode_data_process_test.cpp404 int64_t time = testEncodeDataProcess_->GetEncoderTimeStamp(); in HWTEST_F() local
407 uint32_t index = time; in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddspeaker_dev_test.cpp388 CurrentTimeHDF time; in HWTEST_F() local
389 EXPECT_EQ(DH_SUCCESS, spk_->ReadMmapPosition(streamId, frames, time)); in HWTEST_F()
/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp26 #include <sys/time.h>
459 std::default_random_engine engine(time(nullptr)); in GetRandomInt32()
/test/ostest/wukong/test_flow/src/
H A Dfocus_test_flow.cpp47 " -T, --time test time\n"
50 " -n, --numberfocus the number of inputs to focus on some component one time\n"
62 {"time", required_argument, nullptr, 'T'}, // test time
206 time_t tempSeed = time(nullptr); in EnvInit()
208 seedArgs_ = (int)time(nullptr); in EnvInit()
217 // if time test flow, register timer. in EnvInit()
577 // check if the '-c' and 'T' is exist at the same time in CheckArgumentOptionOfc()
598 // check if the '-c' and 'T' is exist at the same time in CheckArgumentOptionOfT()
[all...]
/test/testfwk/developer_test/local_coverage/resident_service/
H A Dinit_gcov.py24 import time namespace
333 time.sleep(10)
/test/testfwk/developer_test/aw/python/distributed/distribute/
H A Ddistribute.py22 import time namespace
104 time.sleep(0.1)
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/pickerView/router/
H A Dindex.js90 time: "",
533 this.time = this.concat(data.hour, data.minute);
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/pickerView/router/
H A Dindex.js90 time: "",
533 this.time = this.concat(data.hour, data.minute);
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/pickerView/router/
H A Dindex.js90 time: "",
533 this.time = this.concat(data.hour, data.minute);
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/pickerView/router/
H A Dindex.js90 time: "",
533 this.time = this.concat(data.hour, data.minute);
/test/xts/acts/graphic/nativevsync/entry/src/main/cpp/
H A Dnativevsync.cpp120 time_t startTime = time(PARAM_0); in OHNativeVSyncGetPeriod()
123 time_t curTime = time(PARAM_0); in OHNativeVSyncGetPeriod()
/test/xts/acts/kernel_lite/futex_posix/src/
H A DPthreadMutexTest.cpp19 #include <time.h>
22 #include <sys/time.h>
197 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in ThreadPthreadMtimedlockOut()
H A DPthreadRwlockTest.cpp19 #include <time.h>
22 #include <sys/time.h>
349 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in PthreadTimdOutRWlockWR2()
399 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in PthreadTimdOutRWlockWW2()
/third_party/ffmpeg/libavfilter/
H A Dvf_frei0r.c52 typedef void (*f0r_update_f)(f0r_instance_t instance, double time, const uint32_t *inframe, uint32_t *outframe);
53 typedef void (*f0r_update2_f)(f0r_instance_t instance, double time, const uint32_t *inframe1, const uint32_t *inframe2, const uint32_t *inframe3, uint32_t *outframe);
/third_party/glfw/deps/
H A Dtinycthread.c27 * Fixed time retrieval on POSIX systems.
38 #include <sys/time.h>
474 /* Get the current time */ in thrd_sleep()
583 ts->tv_sec = (time_t)tb.time; in _tthread_clock_gettime()
/third_party/backends/backend/
H A Dmustek_scsi_pp.c57 #include <sys/time.h>
61 #include <time.h>
794 * work first time. in mustek_scsi_pp_cmd()
/third_party/cups-filters/fontembed/
H A Dembed_pdf.c8 #include <time.h>
159 rands=time(NULL); in emb_pdf_fontdescr()

Completed in 19 milliseconds

1...<<121122123124125126127128129130>>...196