Home
last modified time | relevance | path

Searched defs:_type (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_common_header.h40 #define TYPE_BITS_NUM(_type) (sizeof(_type) * BYTE_BITS_NUM) argument
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_timer_info.cpp26 void ReminderTimerInfo::SetType(const int &_type) in SetType()
/ohos5.0/build/hb/containers/
H A Dstatus.py70 def _print_formatted_tracebak(_code, _exception, _type, _desc, _solution): argument
/ohos5.0/base/time/time_service/services/time/src/
H A Dsimple_timer_info.cpp26 void SimpleTimerInfo::SetType(const int &_type) in SetType()
/ohos5.0/base/time/time_service/test/unittest/service_test/include/
H A Dtimer_info_test.h76 void TimerInfoTest::SetType(const int &_type) in SetType()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dlog.h31 #define FILLP_LOG_IN(_level, _type, _pre, fmt, ...) argument
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/
H A Dthermal_timer.cpp46 void ThermalTimerInfo::SetType(const int &_type) in SetType()
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_info.cpp34 TimerInfo::TimerInfo(uint64_t _id, int _type, in TimerInfo()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_frame.c19 #define FRAME_VIDEO_FRAME_TYPE_STR(_type) (((_type) == VIDEO_I) ? "I" : "P") argument
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_frame.h26 #define FILLP_FRAME_IS_VIDEO(_type) ((_type) == VIDEO_I || (_type) == VIDEO_P) argument
/ohos5.0/base/time/time_service/framework/js/napi/system_timer/src/
H A Dnapi_system_timer.cpp84 void ITimerInfoInstance::SetType(const int &_type) in SetType()