Home
last modified time | relevance | path

Searched refs:nsec (Results 1 - 10 of 10) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/src/
H A Drdb_fault_hiview_reporter.cpp56 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 Dvpn_interface.cpp38 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 Dvpn_interface.h36 int32_t ConnectControl(int32_t sockfd, int32_t nsec);
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/
H A Dnetworkvpn_client_test.cpp192 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 Dcj_datepicker_ffi.h37 int64_t nsec; member
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dkv_hiview_reporter.h59 static std::string GetTimeWithMilliseconds(time_t sec, int64_t nsec);
/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/include/
H A Drdb_fault_hiview_reporter.h63 static std::string GetTimeWithMilliseconds(time_t sec, int64_t nsec);
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_hiview_reporter.cpp150 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 Drdb_fault_hiview_reporter.cpp159 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 Dobex_utils.cpp232 std::string nsec(nsecBuf); in MakeNonce()
234 std::string timeStamp = sec + nsec; in MakeNonce()

Completed in 4 milliseconds