/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_service.cpp | 107 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 D | mock_wifi_p2p_hal_interface.h | 44 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 D | wifi_scan_config.cpp | 154 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 D | dhcpd_interface.cpp | 105 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 D | sta_auto_connect_service_test.cpp | 255 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 D | event_loop_impl.cpp | 232 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 D | auto_cache.cpp | 286 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 D | sync_state_machine.cpp | 286 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 D | encode_data_process_test.cpp | 404 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 D | dspeaker_dev_test.cpp | 388 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 D | dinput_utils_tool.cpp | 26 #include <sys/time.h> 459 std::default_random_engine engine(time(nullptr)); in GetRandomInt32()
|
/test/ostest/wukong/test_flow/src/ |
H A D | focus_test_flow.cpp | 47 " -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 D | init_gcov.py | 24 import time namespace 333 time.sleep(10)
|
/test/testfwk/developer_test/aw/python/distributed/distribute/ |
H A D | distribute.py | 22 import time namespace 104 time.sleep(0.1)
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/pickerView/router/ |
H A D | index.js | 90 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 D | index.js | 90 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 D | index.js | 90 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 D | index.js | 90 time: "",
533 this.time = this.concat(data.hour, data.minute);
|
/test/xts/acts/graphic/nativevsync/entry/src/main/cpp/ |
H A D | nativevsync.cpp | 120 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 D | PthreadMutexTest.cpp | 19 #include <time.h> 22 #include <sys/time.h> 197 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in ThreadPthreadMtimedlockOut()
|
H A D | PthreadRwlockTest.cpp | 19 #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 D | vf_frei0r.c | 52 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 D | tinycthread.c | 27 * 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 D | mustek_scsi_pp.c | 57 #include <sys/time.h> 61 #include <time.h> 794 * work first time. in mustek_scsi_pp_cmd()
|
/third_party/cups-filters/fontembed/ |
H A D | embed_pdf.c | 8 #include <time.h> 159 rands=time(NULL); in emb_pdf_fontdescr()
|