Home
last modified time | relevance | path

Searched refs:get_time (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_time.cpp32 ss >> std::get_time(&tm, GMT_TIME); in StrTimeToTimestamp()
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_time.cpp58 ss >> std::get_time(&tm, GMT_TIME); in GetNowTimeGMT()
/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Dtime_format_utils.cpp44 if (!(iss >> std::get_time(&tm, "%Y-%m-%dT%H:%M:%S"))) { in FormatDateTimeByTimeZone()
/ohos5.0/base/inputmethod/imf/services/adapter/settings_data_provider/src/
H A Dsecurity_mode_parser.cpp159 expirationTimeStr >> std::get_time(&expTime, "%Y-%m-%d %H:%M:%S"); in IsExpired()
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/
H A Dhisysevent_tool.cpp81 is >> std::get_time(&time, "%Y-%m-%d %H:%M:%S"); in ParseTimeStampFromArgs()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_utils.cpp104 ss >> std::get_time(&tm, GMT_TIME); in StrTimeToTimestamp()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dsys_event_manager.rs165 pub fn get_time(&self) -> u64 { in get_time() method
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnetwork_security_config.cpp304 if (!(ss >> std::get_time(&tm, "%Y-%m-%d"))) { in ValidateDate()