Searched defs:Identity (Results 1 – 5 of 5) sorted by relevance
53 typedef struct Identity Identity; typedef77 struct Identity { struct79 int16 serviceId;81 int16 featureId;83 MQueueId queueId;
257 void Vector4<T>::Identity() in Identity() function
273 shared_ptr<JsValue> Identity(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisO… in Identity() function
130 JSValue Identity(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in Identity() function
120 void JSMatrix4::Identity(const v8::FunctionCallbackInfo<v8::Value>& info) in Identity() function in OHOS::Ace::Framework::JSMatrix4