Home
last modified time | relevance | path

Searched defs:second (Results 51 – 75 of 119) sorted by relevance

12345

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutf.cpp178 uint16_t second = utf16[*index + 1]; in HandleAndDecodeInvalidUTF16() local
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Ddate_time_format.h76 std::string second; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_time_component.cpp60 for (uint32_t second = 0; second <= 59; ++second) { // time's second from 0 to 59 in OnColumnsBuilding() local
H A Dpicker_data.h93 …PickerTime(uint32_t hour, uint32_t minute, uint32_t second) : hour_(hour), minute_(minute), second… in PickerTime()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_rotate_input/
H A Dui_test_rotate_input.cpp356 UIView* second = timePicker_->GetChildById("second"); in UIKitRotateEventTimePicker005() local
/ohos5.0/base/notification/common_event_service/tools/test/unittest/cem/
H A Dcommon_event_command_dump_test.cpp34 static std::string Concatenate(const std::string &first, const std::string &second) in Concatenate()
H A Dcommon_event_command_publish_test.cpp37 static std::string Concatenate(const std::string &first, const std::string &second) in Concatenate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_content_overlay/
H A Dselect_content_overlay_pattern.cpp114 bool SelectContentOverlayPattern::IsHandleInSameLine(const RectF& first, const RectF& second) in IsHandleInSameLine()
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dkernel_interface_test.cpp84 std::string second = "2"; variable
/ohos5.0/base/security/device_auth/services/key_agree_sdk/inc/
H A Dkey_agree_session.h45 uint64_t second; member
/ohos5.0/base/telephony/core_service/utils/common/src/
H A Dtel_event_queue.cpp91 …f = [](const AppExecFwk::InnerEvent::Pointer &first, const AppExecFwk::InnerEvent::Pointer &second… in InsertEventsInner()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_video.cpp678 int32_t second = currentSecond % 60; // 60:second in GetTimerFromMSecond() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Ddata_ability_operation.cpp491 int second = 0; in ReadFromParcel() local
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/
H A Davcodec_e2e_demo_api10.cpp93 FrameInfo second = *(++it); in sortFrame() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_overlength_indicator_modifier_test_ng.cpp384 …auto second = contentProperty.vectorBlackPointCenterX[indicatorModifier->maxDisplayCount_ - 1] + r… variable
/ohos5.0/base/time/time_service/services/time/src/
H A Dsntp_client.cpp176 auto second = static_cast<uint32_t>((_ntpTs >> RECEIVE_TIMESTAMP_OFFSET) & UINT32_MASK); in ConvertNtpToStamp() local
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dstring_ex.cpp234 bool IsSameTextStr(const string& first, const string& second) in IsSameTextStr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp606 JSRef<JSVal> second = secondFunc->Call(timeObj); in ParseTime() local
883 auto second = selectedJson->GetValue("second"); in GetDateObj() local
1310 JSRef<JSVal> second = secondFunc->Call(timeObj); in ParseTime() local
1437 std::string second = secondValue->ToString(); in DateTimeOptions() local
1577 JSRef<JSVal> second = secondFunc->Call(timeObj); in ParseTime() local
1890 JSRef<JSVal> second = secondFunc->Call(timeObj); in ParseTime() local
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dzip_file.cpp29 #define ZIPPOS_ADD_AND_CHECK_OVERFLOW(first, second, sum) \ argument
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_utils.cpp64 auto comp = [](const SqlType &first, const SqlType &second) { in GetSqlStatementType()
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dwatchdog_interface_test.cpp72 static inline void Sleep(int second) in Sleep()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_chart.h883 Point second; member
/ohos5.0/base/update/updater/services/applypatch/
H A Dblock_set.cpp111 size_t second = String2Int<size_t>(*bp, N_DEC); in ParserAndInsert() local
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp133 time_t second = time(0); in OnStart() local
155 time_t second = time(0); in OnStop() local
/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/
H A Dhitracechainc.c44 uint64_t second : 16; member

12345