/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/ |
H A D | FalsingCollectorImplTest.java | 175 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testPassThroughGesture() local 193 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testAvoidGesture() local 208 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testIgnoreActionOutside() local 222 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testAvoidUnlocked() local 241 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testGestureWhenDozing() local 257 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testGestureWhenPulsing() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
H A D | render_packing_common.h | 22 uvec2 PackVec4Half2x16(const vec4 up) in PackVec4Half2x16() 32 vec4 up; in UnpackVec4Half2x16() local
|
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/src/ |
H A D | net_interface_callback.cpp | 69 int32_t NetInterfaceStateCallback::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() 75 int32_t NetInterfaceStateCallback::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged()
|
/ohos5.0/foundation/communication/netmanager_base/test/commonduplicatedcode/ |
H A 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()
|
/aosp14/frameworks/base/core/java/android/net/ |
H A D | INetworkManagementEventObserver.aidl | 34 void interfaceStatusChanged(String iface, boolean up); in interfaceStatusChanged() 43 void interfaceLinkStateChanged(String iface, boolean up); in interfaceLinkStateChanged()
|
/aosp14/frameworks/base/core/java/com/android/server/net/ |
H A D | BaseNetworkObserver.java | 37 public void interfaceStatusChanged(String iface, boolean up) { in interfaceStatusChanged() 57 public void interfaceLinkStateChanged(String iface, boolean up) { in interfaceLinkStateChanged()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A 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
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/ |
H A D | ZenModeDialogMetricsLogger.java | 73 public void logOnClickTimeButton(boolean up) { in logOnClickTimeButton()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/ |
H A D | QSZenModeDialogMetricsLogger.java | 65 public void logOnClickTimeButton(boolean up) { in logOnClickTimeButton()
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/ |
H A 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()
|
H A D | wrapper_distributor_test.cpp | 78 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override in OnInterfaceChanged() 86 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override in OnInterfaceLinkStateChanged()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutLauncher.java | 108 final UserPackage up = pinnedPackages.get(i); in onRestoreBlocked() local 138 final UserPackage up = UserPackage.of(packageUserId, packageName); in pinShortcuts() local 244 final UserPackage up = mPinnedShortcuts.keyAt(i); in saveToXml() local 389 final UserPackage up = mPinnedShortcuts.keyAt(i); in dump() local
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | notify_callback_proxy.cpp | 61 bool WriteLinkStateData(MessageParcel &data, const std::string &ifName, bool up) in WriteLinkStateData() 188 int32_t NotifyCallbackProxy::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() 213 int32_t NotifyCallbackProxy::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged()
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/ |
H A 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()
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/ |
H A D | interface_state_observer.cpp | 52 int32_t InterfaceStateObserver::OnInterfaceChanged(const std::string &iface, bool up) in OnInterfaceChanged()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
H A D | net_interface_callback_stub.cpp | 213 int32_t NetInterfaceStateCallbackStub::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() 219 …32_t NetInterfaceStateCallbackStub::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged()
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | DayOfMonthCursor.java | 100 public boolean up() { in up() method in DayOfMonthCursor
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/ |
H A D | interface_state_callback_proxy.cpp | 89 int32_t InterfaceStateCallbackProxy::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
H A D | ListScrollListenerTest.java | 85 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP, in testKeyScrolling() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
H A D | GridScrollListenerTest.java | 87 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP, in testKeyScrolling() local
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
H A D | wrapper_distributor.cpp | 198 void WrapperDistributor::NotifyInterfaceChange(const std::string &ifName, bool up) in NotifyInterfaceChange() 213 void WrapperDistributor::NotifyInterfaceLinkStateChange(const std::string &ifName, bool up) in NotifyInterfaceLinkStateChange()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | UserPackage.java | 109 UserPackage up = sCache.get(userId, packageName); in of() local
|
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | ethernet_service.cpp | 169 …thernetService::GlobalInterfaceStateCallback::OnInterfaceChanged(const std::string &iface, bool up) in OnInterfaceChanged() 174 …vice::GlobalInterfaceStateCallback::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged()
|
/aosp14/frameworks/base/core/jni/android/opengl/ |
H A D | poly_clip.cpp | 61 float *up, *vp, *wp; in poly_clip_to_halfspace() local
|
/aosp14/frameworks/base/tests/Input/src/com/android/test/input/ |
H A D | InputEventAssignerTest.kt | 121 val up = createKeyEvent(KeyEvent.ACTION_UP, 21) regex
|