Home
last modified time | relevance | path

Searched defs:property (Results 1 – 14 of 14) sorted by relevance

/test/xts/hats/useriam/fingerprintauth/src/
Dfingerprint_auth_hdi.cpp133 void FillTestProperty(Parcel &parcel, Property &property) in FillTestProperty()
321 Property property; variable
/test/xts/hats/useriam/faceauth/src/
Dface_auth_hdi.cpp123 void FillTestProperty(Parcel &parcel, Property &property) in FillTestProperty()
360 Property property; variable
/test/xts/hats/useriam/fingerprintauth_additional/src/
Dfingerprint_auth_hdi.cpp115 void FillTestProperty(Parcel &parcel, Property &property) in FillTestProperty()
622 Property property; variable
655 Property property; variable
/test/xts/hats/useriam/faceauth_additional/src/
Dface_auth_hdi.cpp128 void FillTestProperty(Parcel &parcel, Property &property) in FillTestProperty()
650 Property property; variable
683 Property property; variable
/test/xts/acts/multimedia/image/image_js_standard/imagePackingNDK/entry/src/main/cpp/napi/
Dimage_packing_test.cpp63 napi_value property = nullptr; in GetInt32Property() local
74 napi_value property = nullptr; in GetUint32Property() local
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/
Dimage_source_test.cpp79 napi_value property = nullptr; in GetBoolProperty() local
93 napi_value property = nullptr; in GetInt32Property() local
104 napi_value property = nullptr; in GetUint32Property() local
116 napi_value property = nullptr; in GetArrayBufferProperty() local
/test/xts/hats/useriam/pinauth_additional/src/
Dpin_auth_hdi.cpp542 Property property; variable
569 Property property; variable
/test/xts/hats/useriam/pinauth/src/
Dpin_auth_hdi.cpp289 Property property; variable
/test/xts/acts/multimedia/image/image_js_standard/imageGetImageProperty/src/main/js/test/
DgetProperty.test.js191 let property = { index: 0, defaultValue: "9999" }; variable
290 let property = { index: 0, defaultValue: "9999" }; variable
DgetPropertySecond.test.js156 let property = { index: 0, defaultValue: "9999" }; variable
/test/xts/acts/multimedia/photoAccess/photoAccess/entry/src/main/cpp/napi/
DmediaAssetManager.cpp175 napi_value property = nullptr; in GetDeliveryMode() local
/test/testfwk/xdevice/plugins/devicetest/core/
Dtest_case.py720 def get_property(self, property): argument
/test/xts/acts/multimedia/image/image_js_standard/imageModifyProperty/src/main/js/test/
Dmodify.test.js215 let property = { index: 0, defaultValue: "1" }; variable
276 let property = { index: 0, defaultValue: "1" }; variable
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_test.cpp3462 static JSVM_Value SetNamedPropertyCbInfo1(JSVM_Env env, JSVM_Value name, JSVM_Value property, JSVM_… in SetNamedPropertyCbInfo1()
3562 static JSVM_Value SetNamedPropertyCbInfo2(JSVM_Env env, JSVM_Value name, JSVM_Value property, JSVM_… in SetNamedPropertyCbInfo2()
3650 static JSVM_Value SetIndexPropertyCbInfo1(JSVM_Env env, JSVM_Value index, JSVM_Value property, JSVM… in SetIndexPropertyCbInfo1()
3751 static JSVM_Value SetIndexPropertyCbInfo2(JSVM_Env env, JSVM_Value index, JSVM_Value property, JSVM… in SetIndexPropertyCbInfo2()