Searched refs:nsec (Results 1 - 10 of 10) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/src/ |
H A D | rdb_fault_hiview_reporter.cpp | 56 std::string RdbFaultHiViewReporter::GetTimeWithMilliseconds(time_t sec, int64_t nsec) in GetTimeWithMilliseconds() argument 59 (void)nsec; in GetTimeWithMilliseconds()
|
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/ |
H A D | vpn_interface.cpp | 38 int32_t VpnInterface::ConnectControl(int32_t sockfd, int32_t nsec) in ConnectControl() argument 61 tval.tv_sec = nsec; in ConnectControl() 63 ret = select(sockfd + 1, &rset, &wset, NULL, nsec ? &tval : NULL); in ConnectControl()
|
/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/ |
H A D | vpn_interface.h | 36 int32_t ConnectControl(int32_t sockfd, int32_t nsec);
|
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/ |
H A D | networkvpn_client_test.cpp | 192 int32_t nsec = 1; in HWTEST_F() local 193 int32_t ret = vpnInterface.ConnectControl(fd, nsec); in HWTEST_F() 198 ret = vpnInterface.ConnectControl(fd, nsec); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_datepicker_ffi.h | 37 int64_t nsec; member
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | kv_hiview_reporter.h | 59 static std::string GetTimeWithMilliseconds(time_t sec, int64_t nsec);
|
/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/include/ |
H A D | rdb_fault_hiview_reporter.h | 63 static std::string GetTimeWithMilliseconds(time_t sec, int64_t nsec);
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | kv_hiview_reporter.cpp | 150 std::string KVDBFaultHiViewReporter::GetTimeWithMilliseconds(time_t sec, int64_t nsec) in GetTimeWithMilliseconds() argument 157 oss << buffer << "." << std::setfill('0') << std::setw(MILLISECONDS_LEN) << (nsec / NANO_TO_MILLI) % MILLI_PRE_SEC; in GetTimeWithMilliseconds()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/ |
H A D | rdb_fault_hiview_reporter.cpp | 159 std::string RdbFaultHiViewReporter::GetTimeWithMilliseconds(time_t sec, int64_t nsec) in GetTimeWithMilliseconds() argument 166 oss << buffer << '.' << std::setfill('0') << std::setw(MILLISECONDS_LEN) << (nsec / NANO_TO_MILLI) % MILLI_PRE_SEC; in GetTimeWithMilliseconds()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_utils.cpp | 232 std::string nsec(nsecBuf); in MakeNonce() 234 std::string timeStamp = sec + nsec; in MakeNonce()
|
Completed in 4 milliseconds