Home
last modified time | relevance | path

Searched defs:Identity (Results 1 – 5 of 5) sorted by relevance

/foundation/distributedschedule/samgr_lite/interfaces/kits/samgr/
Dmessage.h53 typedef struct Identity Identity; typedef
77 struct Identity { struct
79 int16 serviceId;
81 int16 featureId;
83 MQueueId queueId;
/foundation/graphic/standard/rosen/modules/render_service_base/include/common/
Drs_vector4.h257 void Vector4<T>::Identity() in Identity() function
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
Djsi_matrix4_module.cpp273 shared_ptr<JsValue> Identity(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisO… in Identity() function
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/quickjs/modules/
Dqjs_matrix4_module.cpp130 JSValue Identity(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in Identity() function
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/v8/
Dv8_js_matrix4.cpp120 void JSMatrix4::Identity(const v8::FunctionCallbackInfo<v8::Value>& info) in Identity() function in OHOS::Ace::Framework::JSMatrix4