Home
last modified time | relevance | path

Searched defs:getTarget (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/
Dv2_observed_proxy.ts34 private getTarget(obj: any): any { method in ObjectProxyHandler
121 private getTarget(obj: any): any { method in ArrayProxyHandler
234 private getTarget(obj: any): any { method in SetMapProxyHandler
Dv2_computed.ts81 public getTarget() : object { method in ComputedV2
Dv2_monitor.ts102 public getTarget() : Object { method in MonitorV2
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/sdk/
Dui_utils.ts19 public getTarget<T extends Object>(source: T): T { method in UIUtilsImpl
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DjsStateManagement.js178 static getTarget(source) { method in UIUtils
DstateMgmt.js7414 getTarget(obj) { method in ObjectProxyHandler
7490 getTarget(obj) { method in ArrayProxyHandler
7591 getTarget(obj) { method in SetMapProxyHandler
8761 getTarget() { method in MonitorV2
8937 getTarget() { method in ComputedV2
11148 getTarget(source) { method in UIUtilsImpl
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
Drender_backend_gles.cpp115 GLenum getTarget(GLenum type, uint32_t layer, uint32_t sampleCount) in getTarget() function