| /foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
| D | render_packing_common.h | 22 uvec2 PackVec4Half2x16(const vec4 up) in PackVec4Half2x16() 32 vec4 up; in UnpackVec4Half2x16() local
|
| /foundation/communication/netmanager_ext/services/mdnsmanager/src/ |
| D | net_interface_callback.cpp | 64 int32_t NetInterfaceStateCallback::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() 70 int32_t NetInterfaceStateCallback::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged()
|
| /foundation/communication/netmanager_base/test/commonduplicatedcode/ |
| D | common_notify_callback_test.h | 47 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override in OnInterfaceChanged() 52 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override in OnInterfaceLinkStateChanged()
|
| /foundation/communication/netmanager_base/services/netmanagernative/src/ |
| D | notify_callback_stub.cpp | 127 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/test/netmanagernative/unittest/netsys_wrapper_test/ |
| D | netsys_wrapper_test.cpp | 103 int32_t NetlinkNativeNotifyCallBack::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() 114 int32_t NetlinkNativeNotifyCallBack::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged()
|
| D | wrapper_distributor_test.cpp | 77 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override in OnInterfaceChanged() 85 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override in OnInterfaceLinkStateChanged()
|
| /foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
| D | notify_callback_proxy.cpp | 61 bool WriteLinkStateData(MessageParcel &data, const std::string &ifName, bool up) in WriteLinkStateData() 184 int32_t NotifyCallbackProxy::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() 208 int32_t NotifyCallbackProxy::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged()
|
| /foundation/communication/netmanager_base/services/netconnmanager/src/stub/ |
| D | net_interface_callback_proxy.cpp | 177 int32_t NetInterfaceStateCallbackProxy::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() 209 …2_t NetInterfaceStateCallbackProxy::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged()
|
| /foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/ |
| D | interface_state_observer.cpp | 52 int32_t InterfaceStateObserver::OnInterfaceChanged(const std::string &iface, bool up) in OnInterfaceChanged()
|
| /foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/ |
| D | interface_state_callback_proxy.cpp | 89 int32_t InterfaceStateCallbackProxy::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged()
|
| /foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
| D | net_interface_callback_stub.cpp | 215 int32_t NetInterfaceStateCallbackStub::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() 221 …32_t NetInterfaceStateCallbackStub::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged()
|
| /foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
| D | wrapper_distributor.cpp | 197 void WrapperDistributor::NotifyInterfaceChange(const std::string &ifName, bool up) in NotifyInterfaceChange() 212 void WrapperDistributor::NotifyInterfaceLinkStateChange(const std::string &ifName, bool up) in NotifyInterfaceLinkStateChange()
|
| /foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
| D | ethernet_service.cpp | 183 …thernetService::GlobalInterfaceStateCallback::OnInterfaceChanged(const std::string &iface, bool up) in OnInterfaceChanged() 188 …vice::GlobalInterfaceStateCallback::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged()
|
| D | ethernet_management.cpp | 81 …agement::DevInterfaceStateCallback::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged() 129 void EthernetManagement::UpdateInterfaceState(const std::string &dev, bool up) in UpdateInterfaceState()
|
| D | dev_interface_state.cpp | 51 void DevInterfaceState::SetLinkUp(bool up) in SetLinkUp()
|
| /foundation/communication/netmanager_ext/test/ethernetmanager/fuzztest/ethernetclient_fuzzer/ |
| D | ethernet_client_fuzzer.cpp | 74 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override in OnInterfaceChanged() 316 bool up = GetData<uint32_t>() % CREATE_BOOL_TYPE_VALUE == 0; in EthernetManagementFuzzTest() local
|
| /foundation/graphic/graphic_3d/3d_widget_adapter/test/ |
| D | 3d_widget_adapter_test.cpp | 58 const Position &position, const Vec3 &lookAt, const Vec3 &up, const Quaternion &rotation) in SetupCameraTransform() 193 Vec3 up{}; variable
|
| /foundation/graphic/graphic_3d/3d_widget_adapter/src/ |
| D | widget_adapter.cpp | 57 const OHOS::Render3D::Vec3& up, const OHOS::Render3D::Quaternion& rotation) in SetupCameraTransform()
|
| /foundation/communication/netmanager_ext/services/networksharemanager/src/ |
| D | networkshare_tracker.cpp | 85 int32_t NetworkShareTracker::NetsysCallback::OnInterfaceChanged(const std::string &iface, bool up) in OnInterfaceChanged() 91 …NetworkShareTracker::NetsysCallback::OnInterfaceLinkStateChanged(const std::string &iface, bool up) in OnInterfaceLinkStateChanged() 1104 bool NetworkShareTracker::IsHandleNetlinkEvent(const SharingIfaceType &type, bool up) in IsHandleNetlinkEvent() 1127 void NetworkShareTracker::InterfaceStatusChanged(const std::string &iface, bool up) in InterfaceStatusChanged()
|
| /foundation/window/window_manager/test/fuzztest/wms/windowutilmath_fuzzer/ |
| D | windowutilmath_fuzzer.cpp | 147 OHOS::Rosen::TransformHelper::Vector3 eye, target, up; in WindowUtilMathFuzzPart2() local
|
| /foundation/window/window_manager/utils/src/ |
| D | wm_math.cpp | 274 Matrix4 CreateLookAt(const Vector3& eye, const Vector3& target, const Vector3& up) in CreateLookAt()
|
| /foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
| D | netsys_native_client_test.cpp | 303 bool up = true; variable
|
| /foundation/communication/netmanager_base/services/netsyscontroller/src/ |
| D | netsys_native_client.cpp | 96 …_t NetsysNativeClient::NativeNotifyCallback::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() 105 …NativeClient::NativeNotifyCallback::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged() 1290 int32_t NetsysNativeClient::NetDiagSetInterfaceActiveState(const std::string &ifaceName, bool up) in NetDiagSetInterfaceActiveState()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
| D | image_painter.cpp | 193 uint32_t up = 0; in DrawImageWithRepeat() local
|
| /foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
| D | lume_common.cpp | 1509 const OHOS::Render3D::Vec3& up, const OHOS::Render3D::Quaternion& rotation) in SetupCameraTransform() 1641 BASE_NS::Math::Vec3 up(0.0, 1.0, 0.0); in GetLightPositionAndRotation() local
|