Home
last modified time | relevance | path

Searched defs:up (Results 1 - 25 of 34) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_packing_common.h22 uvec2 PackVec4Half2x16(const vec4 up) in PackVec4Half2x16() argument
32 vec4 up; in UnpackVec4Half2x16() local
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/
H A Dinterface_state_callback_proxy.cpp89 int32_t InterfaceStateCallbackProxy::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() argument
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dinterface_state_observer.cpp52 int32_t InterfaceStateObserver::OnInterfaceChanged(const std::string &iface, bool up) in OnInterfaceChanged() argument
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dnet_interface_callback.cpp90 int32_t NetInterfaceStateCallback::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() argument
96 int32_t NetInterfaceStateCallback::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged() argument
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_interface_callback_proxy.cpp177 int32_t NetInterfaceStateCallbackProxy::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() argument
209 int32_t NetInterfaceStateCallbackProxy::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged() argument
/foundation/window/window_manager/test/fuzztest/wms/windowutilmath_fuzzer/
H A Dwindowutilmath_fuzzer.cpp147 OHOS::Rosen::TransformHelper::Vector3 eye, target, up; in WindowUtilMathFuzzPart2() local
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_interface_callback_stub.cpp198 int32_t NetInterfaceStateCallbackStub::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() argument
204 int32_t NetInterfaceStateCallbackStub::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged() argument
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dnetsys_wrapper_test.cpp103 int32_t NetlinkNativeNotifyCallBack::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() argument
114 int32_t NetlinkNativeNotifyCallBack::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnotify_callback_stub.cpp127 bool up = data.ReadBool(); in CmdOnInterfaceChanged() local
141 bool up = data.ReadBool(); in CmdOnInterfaceLinkStateChanged() local
154 bool up = data.ReadBool(); in CmdOnRouteChanged() local
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnotify_callback_proxy.cpp61 bool WriteLinkStateData(MessageParcel &data, const std::string &ifName, bool up) in WriteLinkStateData() argument
188 int32_t NotifyCallbackProxy::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() argument
213 int32_t NotifyCallbackProxy::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged() argument
/foundation/graphic/graphic_3d/3d_widget_adapter/test/
H A D3d_widget_adapter_test.cpp57 SetupCameraTransform( const Position &position, const Vec3 &lookAt, const Vec3 &up, const Quaternion &rotation) SetupCameraTransform() argument
/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Dwidget_adapter.cpp55 SetupCameraTransform( const OHOS::Render3D::Position& position, const OHOS::Render3D::Vec3& lookAt, const OHOS::Render3D::Vec3& up, const OHOS::Render3D::Quaternion& rotation) SetupCameraTransform() argument
/foundation/window/window_manager/utils/src/
H A Dwm_math.cpp274 Matrix4 CreateLookAt(const Vector3& eye, const Vector3& target, const Vector3& up) in CreateLookAt() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_distributor.cpp198 void WrapperDistributor::NotifyInterfaceChange(const std::string &ifName, bool up) in NotifyInterfaceChange() argument
213 void WrapperDistributor::NotifyInterfaceLinkStateChange(const std::string &ifName, bool up) in NotifyInterfaceLinkStateChange() argument
/foundation/communication/netmanager_ext/test/ethernetmanager/fuzztest/ethernetclient_fuzzer/
H A Dethernet_client_fuzzer.cpp347 bool up = GetData<uint32_t>() % CREATE_BOOL_TYPE_VALUE == 0; in EthernetManagementFuzzTest() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dimage_painter.cpp227 uint32_t up = 0; in DrawImageWithRepeat() local
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dquaternion_util.h99 static inline Quat LookRotation(Vec3 forward, Vec3 up) in LookRotation() argument
H A Dmatrix_util.h678 static inline Mat4X4 LookAtRh(Vec3 const& eye, Vec3 const& center, Vec3 const& up) in LookAtRh() argument
701 static inline Mat4X4 LookAtLh(Vec3 const& eye, Vec3 const& center, Vec3 const& up) in LookAtLh() argument
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_client_test.cpp316 bool up = true; in HWTEST_F() local
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_service.cpp169 int32_t EthernetService::GlobalInterfaceStateCallback::OnInterfaceChanged(const std::string &iface, bool up) in OnInterfaceChanged() argument
174 int32_t EthernetService::GlobalInterfaceStateCallback::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged() argument
H A Ddev_interface_state.cpp51 void DevInterfaceState::SetLinkUp(bool up) in SetLinkUp() argument
H A Dethernet_management.cpp89 int32_t EthernetManagement::DevInterfaceStateCallback::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged() argument
142 void EthernetManagement::UpdateInterfaceState(const std::string &dev, bool up) in UpdateInterfaceState() argument
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.cpp210 CameraLookAt( IEcs& ecs, Entity entity, const Math::Vec3& eye, const Math::Vec3& target, const Math::Vec3& up) CameraLookAt() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_diag_wrapper.cpp284 int32_t NetDiagWrapper::SetInterfaceActiveState(const std::string &ifaceName, bool up) in SetInterfaceActiveState() argument
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_tracker.cpp84 int32_t NetworkShareTracker::NetsysCallback::OnInterfaceChanged(const std::string &iface, bool up) in OnInterfaceChanged() argument
90 int32_t NetworkShareTracker::NetsysCallback::OnInterfaceLinkStateChanged(const std::string &iface, bool up) in OnInterfaceLinkStateChanged() argument
1096 bool NetworkShareTracker::IsHandleNetlinkEvent(const SharingIfaceType &type, bool up) in IsHandleNetlinkEvent() argument
1119 void NetworkShareTracker::InterfaceStatusChanged(const std::string &iface, bool up) in InterfaceStatusChanged() argument
[all...]

Completed in 18 milliseconds

12