/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_request.cpp | 48 void HttpClientRequest::SetHeader(const std::string &key, const std::string &val) in SetHeader() 80 void HttpClientRequest::SetTimeout(unsigned int timeout) in SetTimeout() 85 void HttpClientRequest::SetConnectTimeout(unsigned int timeout) in SetConnectTimeout()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | callbacks.c | 128 static FILLP_INT FillpSysAdptArchAtomicInc(SysArchAtomic *v, FILLP_INT val) in FillpSysAdptArchAtomicInc() 138 static FILLP_INT FillpSysAdptArchAtomicDec(SysArchAtomic *v, FILLP_INT val) in FillpSysAdptArchAtomicDec() 158 static FILLP_INT FillpSysAdptArchAtomicInc(SysArchAtomic *v, FILLP_INT val) in FillpSysAdptArchAtomicInc() 168 static FILLP_INT FillpSysAdptArchAtomicDec(SysArchAtomic *v, FILLP_INT val) in FillpSysAdptArchAtomicDec() 318 IN void *timeout) /* max time for select to wait */ in FillpSelect() 521 FILLP_INT FillpSysArchAtomicInc(IO SysArchAtomic *var, FILLP_INT val) in FillpSysArchAtomicInc() 541 FILLP_INT FillpSysArchAtomicDec(IO SysArchAtomic *var, FILLP_INT val) in FillpSysArchAtomicDec() 1132 IN FILLP_INT val) /* arguments for socket */ in FillpFuncFcntl() 1298 FILLP_INT FillpAdaptSysArchSemWaitTimeout(SYS_ARCH_SEM *sem, FILLP_SLONG timeout) in FillpAdaptSysArchSemWaitTimeout() 1308 FILLP_INT FillpAdaptSysArchSemTryWait(SYS_ARCH_SEM *sem, FILLP_SLONG timeout) in FillpAdaptSysArchSemTryWait() [all …]
|
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/ |
H A D | tbox.cpp | 44 string Tbox::CalcFingerPrint(const string& val, size_t mask, int mode) in CalcFingerPrint() 152 bool Tbox::WaitForDoneFile(const std::string& file, unsigned int timeout) in WaitForDoneFile()
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | gpio_test.c | 291 uint32_t timeout; in GpioTestIrqSharedFunc() local 422 uint16_t val = 0; in GpioTestReliability() local 463 uint16_t val; in GpioIfPerformanceTest() local
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/ |
H A D | async_lock_manager.cpp | 48 napi_value timeout; in AsyncLockOptionsCtor() local 445 bool AsyncLockManager::GetLockMode(napi_env env, napi_value val, LockMode &mode) in GetLockMode() 455 bool AsyncLockManager::GetLockOptions(napi_env env, napi_value val, LockOptions &options) in GetLockOptions() 459 napi_value timeout = NapiHelper::GetNameProperty(env, val, "timeout"); in GetLockOptions() local
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/ |
H A D | surface_fuzzer.cpp | 194 int32_t timeout = 0; in SurfaceFuzzTest1() local 218 std::string val = GetStringFromData(STR_LEN); in SurfaceFuzzTest2() local 239 [](const std::string& key, const std::string& val) {}); in SurfaceFuzzTest2()
|
/ohos5.0/base/hiviewdfx/hiview_lite/ |
H A D | hiview_util.c | 73 int32 HIVIEW_RtcGetCurrentTime(uint64 *val, HIVIEW_RtcTime *time) in HIVIEW_RtcGetCurrentTime() 93 int32 HIVIEW_MutexLockOrWait(HiviewMutexId_t mutex, uint32 timeout) in HIVIEW_MutexLockOrWait()
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | watchdog_task.cpp | 73 WatchdogTask::WatchdogTask(std::string name, unsigned int timeout, XCollieCallback func, void *arg,… in WatchdogTask() 249 struct HstackVal val; in SendXCollieEvent() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/ |
H A D | trans_tcp_direct_message_test_mock.cpp | 60 ssize_t ConnSendSocketData(int32_t fd, const char *buf, size_t len, int32_t timeout) in ConnSendSocketData() 65 ssize_t ConnRecvSocketData(int32_t fd, char *buf, size_t len, int32_t timeout) in ConnRecvSocketData() 100 int SoftbusGetConfig(ConfigType type, unsigned char *val, uint32_t len) in SoftbusGetConfig()
|
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | event_loop.cpp | 372 void EventLoop::PollNextEvent(uint64_t timeout) in PollNextEvent() 383 int32_t val = 0; in PollNextEvent() local
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | api.c | 300 …tEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events, FILLP_INT maxEvents, FILLP_INT timeout) in FtEpollWait() 311 FILLP_INT DLL_API FtFcntl(FILLP_INT fd, FILLP_INT cmd, FILLP_INT val) in FtFcntl() 333 FILLP_INT DLL_API FtIoctl(FILLP_INT fd, FILLP_ULONG cmd, FILLP_CONST FILLP_INT *val) in FtIoctl() 1079 FILLP_INT DLL_API FtIoctlSocket(FILLP_INT fd, FILLP_SLONG cmd, FILLP_CONST FILLP_INT *val) in FtIoctlSocket()
|
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | test_capi_skeleton.cpp | 188 int32_t val = 0; in OnRemoteRequestStubCallBack() local 206 int NativeRemoteProxyTest::WaitForAsyncReply(int timeout) in WaitForAsyncReply() 477 auto func = [&, this](int val, int expect) -> int { in SendErrorCode()
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/ |
H A D | dfx_crasher.cpp | 541 uintptr_t val = 0; in TestGetCrashObjInner() local 655 int timeout = 5000; in CrashInLibuvWork() local 677 int timeout = 5000; in CrashInLibuvTimer() local
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_verify.cpp | 475 bool IsValidPropValue(const std::string& val, size_t maxSize) in IsValidPropValue() 495 bool IsValidPeriodReport(int timeout) in IsValidPeriodReport()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_headers.cpp | 870 TlvTriplet::TlvTriplet(const uint8_t tagId, const uint8_t len, const uint8_t *val, const uint8_t un… in TlvTriplet() 882 TlvTriplet::TlvTriplet(const uint8_t tagId, const uint8_t val) in TlvTriplet() 886 TlvTriplet::TlvTriplet(const uint8_t tagId, const uint16_t val) in TlvTriplet() 890 TlvTriplet::TlvTriplet(const uint8_t tagId, const uint32_t val) in TlvTriplet() 894 TlvTriplet::TlvTriplet(const uint8_t tagId, const uint64_t val) in TlvTriplet() 1394 void ObexSessionParameters::AppendTimeout(const uint32_t timeout) in AppendTimeout()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
H A D | user_auth_entry.cpp | 663 napi_value timeout = nullptr; in ResultCodeConstructor() local 706 napi_value timeout = nullptr; in UserAuthResultCodeConstructor() local 749 napi_value timeout = nullptr; in AuthenticationResultConstructor() local 1022 napi_value val = UserAuthInit(env, exports); in ModuleInit() local
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_p2p_hal.c | 145 static P2pSupplicantErrCode WpaP2pCliCmdSetGroupIdle(WifiWpaP2pGroupInterface *this, int timeout) in WpaP2pCliCmdSetGroupIdle() 366 static P2pSupplicantErrCode WpaP2pCliCmdP2pFound(WifiWpaP2pInterface *this, int timeout) in WpaP2pCliCmdP2pFound() 700 …atic P2pSupplicantErrCode WpaP2pCliCmdServDiscCancelReq(WifiWpaP2pInterface *this, const char *val) in WpaP2pCliCmdServDiscCancelReq()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_tabs.cpp | 228 JSRef<JSVal> val = obj->GetProperty("barPosition"); in Create() local 602 auto timeout = timeoutProperty->ToNumber<int32_t>(); in SetCustomContentTransition() local
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_p2p_hal/ |
H A D | wifi_p2p_hal.c | 145 static P2pSupplicantErrCode WpaP2pCliCmdSetGroupIdle(WifiWpaP2pGroupInterface *this, int timeout) in WpaP2pCliCmdSetGroupIdle() 388 static P2pSupplicantErrCode WpaP2pCliCmdP2pFound(WifiWpaP2pInterface *this, int timeout) in WpaP2pCliCmdP2pFound() 733 …atic P2pSupplicantErrCode WpaP2pCliCmdServDiscCancelReq(WifiWpaP2pInterface *this, const char *val) in WpaP2pCliCmdServDiscCancelReq()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributed_test_tools.cpp | 144 vector<Entry> GenRanKeyVal(int putGetTimes, int keyLength, int valueLength, char val) in GenRanKeyVal() 218 Value GetValueWithInt(int val) in GetValueWithInt() 1893 int changedTimes, ListType type, const list<Entry> &lst, uint32_t timeout) 1938 const vector<Entry> &vec, uint32_t timeout) 1945 int changedTimes, ListType type, const vector<Entry> &expectEntry, uint32_t timeout)
|
/ohos5.0/drivers/peripheral/usb/ddk/device/src/ |
H A D | adapter_if.c | 723 char tmp[MAX_PATHLEN], val[MAX_NAMELEN]; in WriteConfPowerAttributes() local 1160 static int32_t UsbFnAdapterPollEvent(struct UsbFnEventAll *event, int32_t timeout) in UsbFnAdapterPollEvent()
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_engine.cpp | 323 auto val = LocalValueFromJsValue(asyncResourceName); in CreateAsyncWork() local 507 int32_t timeout = uv_backend_timeout(engine->loop_); in UVThreadRunner() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_utils.cpp | 550 const unsigned char *val = sqlite3_column_text(statement, index); in GetColumnTextValue() local 1162 int SQLiteUtils::SetBusyTimeout(sqlite3 *db, int timeout) in SetBusyTimeout() 1761 auto val = sqlite3_value_int64(argv[1]); // 1 : second argv for value in UpdateMetaDataWithinTrigger() local
|
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/ |
H A D | tls_socket.cpp | 95 void Set(const std::string &key, const std::string &val) in Set() 956 timeval timeout = {(int)option.GetSocketTimeout(), 0}; in SetBaseOptions() local
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/ |
H A D | swapchain_layer.cpp | 113 static inline uint32_t ToUint32(uint64_t val) in ToUint32() 984 uint64_t timeout, VkSemaphore semaphore, VkFence vkFence, uint32_t* imageIndex) in AcquireNextImageKHR()
|