Home
last modified time | relevance | path

Searched refs:directionType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_info.h363 CallDirection directionType = CallDirection::CALL_DIRECTION_UNKNOW; member
417 directionType = temp.directionType;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dpan_recognizer.h92 void SetDirection(int32_t directionType);
H A Dpan_recognizer.cpp933 void PanRecognizer::PanVelocity::SetDirection(int32_t directionType) in SetDirection() argument
936 if ((directionType & PanDirection::VERTICAL) == 0) { in SetDirection()
938 } else if ((directionType & PanDirection::HORIZONTAL) == 0) { in SetDirection()
/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dcall_records_handler.cpp106 bucket.Put(CALL_DIRECTION, static_cast<int32_t>(info.directionType)); in MakeCallLogInsertBucket()
H A Dcall_records_manager.cpp235 data.directionType = info.callDirection; in CopyCallInfoToRecord()