Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 174) sorted by relevance

1234567

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/component/
Dgrid_component.h29 explicit GridItemComponent(ArkUI_NodeHandle handle) : Component(handle) {} in GridItemComponent()
35 explicit GridComponent(ArkUI_NodeHandle handle) : Component(handle) {} in GridComponent()
Dlist_component.h65 explicit ListItemComponent(ArkUI_NodeHandle handle) : Component(handle) {} in ListItemComponent()
111 explicit ListComponent(ArkUI_NodeHandle handle) : Component(handle) {} in ListComponent()
189 explicit ListItemGroupComponent(ArkUI_NodeHandle handle) : Component(handle) {} in ListItemGroupComponent()
Dflowitem_component.h32 explicit FlowItemComponent(ArkUI_NodeHandle handle) : Component(handle) {} in FlowItemComponent()
Dimagespan_component.h28 explicit ImageSpanComponent(ArkUI_NodeHandle handle) : Component(handle) {} in ImageSpanComponent()
Dscroll_component.h27 explicit ScrollComponent(ArkUI_NodeHandle handle) : Component(handle) {} in ScrollComponent()
/test/xts/acts/arkui/ace_c_arkui_nowear_test_api20/entry/src/main/cpp/component/
DGridComponentTest.h27 explicit GridItemComponent(ArkUI_NodeHandle handle) : Component(handle) {} in GridItemComponent()
33 explicit GridComponent(ArkUI_NodeHandle handle) : Component(handle) {} in GridComponent()
DTextComponentTest.h27 explicit TextComponent(ArkUI_NodeHandle handle) : Component(handle) {} in TextComponent()
/test/xts/acts/arkui/ace_c_arkui_test_api15/entry/src/main/cpp/component/
Dgrid_component.h33 explicit GridItemComponent(ArkUI_NodeHandle handle) : Component(handle) {} in GridItemComponent()
39 explicit GridComponent(ArkUI_NodeHandle handle) : Component(handle) {} in GridComponent()
Dlist_component.h65 explicit ListItemComponent(ArkUI_NodeHandle handle) : Component(handle) {} in ListItemComponent()
111 explicit ListComponent(ArkUI_NodeHandle handle) : Component(handle) {} in ListComponent()
193 explicit ListItemGroupComponent(ArkUI_NodeHandle handle) : Component(handle) {} in ListItemGroupComponent()
Dflowitem_component.h32 explicit FlowItemComponent(ArkUI_NodeHandle handle) : Component(handle) {} in FlowItemComponent()
/test/xts/acts/arkui/ace_c_arkui_nowear_test_api15/entry/src/main/cpp/component/
Dgrid_component.h33 explicit GridItemComponent(ArkUI_NodeHandle handle) : Component(handle) {} in GridItemComponent()
39 explicit GridComponent(ArkUI_NodeHandle handle) : Component(handle) {} in GridComponent()
Dlist_component.h65 explicit ListItemComponent(ArkUI_NodeHandle handle) : Component(handle) {} in ListItemComponent()
111 explicit ListComponent(ArkUI_NodeHandle handle) : Component(handle) {} in ListComponent()
193 explicit ListItemGroupComponent(ArkUI_NodeHandle handle) : Component(handle) {} in ListItemGroupComponent()
/test/xts/acts/security/huks/huks_napi_BasicTest/src/
Dhuks_three_stage_test_common.cpp47 static OH_Huks_Result TestLessThanMaxSeg(const struct OH_Huks_Blob *handle, const struct OH_Huks_Pa… in TestLessThanMaxSeg()
83 OH_Huks_Result HksTestUpdate(const struct OH_Huks_Blob *handle, const struct OH_Huks_ParamSet *para… in HksTestUpdate()
123 OH_Huks_Result TestUpdateLoopFinish(const struct OH_Huks_Blob *handle, const struct OH_Huks_ParamSe… in TestUpdateLoopFinish()
184 OH_Huks_Result TestUpdateFinish(const struct OH_Huks_Blob *handle, const struct OH_Huks_ParamSet *p… in TestUpdateFinish()
311 static OH_Huks_Result HksEncryptLoopUpdate(const struct OH_Huks_Blob *handle, const struct OH_Huks_… in HksEncryptLoopUpdate()
375 uint8_t handle[sizeof(uint64_t)] = {0}; in HuksEncrypt() local
386 static OH_Huks_Result HksDecryptLoopUpdate(const struct OH_Huks_Blob *handle, const struct OH_Huks_… in HksDecryptLoopUpdate()
451 uint8_t handle[sizeof(uint64_t)] = {0}; in HuksDecrypt() local
565 struct OH_Huks_Blob handle = {sizeof(uint64_t), handleU}; in HuksAgreeKey() local
/test/xts/hats/hdf/display/composer/common/
Ddisplay_test_utils.cpp95 uint32_t GetPixelValue(const BufferHandle &handle, int x, int y) in GetPixelValue()
128 uint32_t CheckPixel(const BufferHandle &handle, int x, int y, uint32_t color) in CheckPixel()
169 void SetPixel(const BufferHandle &handle, int x, int y, uint32_t color) in SetPixel()
192 void ClearColor(const BufferHandle &handle, uint32_t color) in ClearColor()
201 void ClearColorRect(const BufferHandle &handle, uint32_t color, const IRect &rect) in ClearColorRect()
212 std::vector<IRect> SplitBuffer(const BufferHandle &handle, std::vector<uint32_t> &colors) in SplitBuffer()
Dhdi_test_render_utils.cpp30 void SetPixel(const BufferHandle& handle, int x, int y, uint32_t color) in SetPixel()
51 void ClearColor(const BufferHandle& handle, uint32_t color) in ClearColor()
/test/xts/acts/security/huks/huks_js_api9/entry/src/ohosTest/js/test/utils/param/derive/
DpublicDeriveCallback.js19 let handle; variable
105 function updateSession(handle, HuksOptions) { argument
159 function abortSession(handle, HuksOptionsAbort) { argument
175 function finishSession(handle, HuksOptionsFinish) { argument
/test/xts/acts/security/huks/huks_js_api8/entry/src/ohosTest/js/test/utils/param/derive/
DpublicDeriveCallback.js19 let handle; variable
86 function update(handle, HuksOptions) { argument
127 function abort(handle, huksOptionsAbort) { argument
140 function finish(handle, huksOptionsFinish) { argument
/test/xts/acts/developtools/hiplugintest/
Dhipluginmoduleapitest.cpp69 void* handle; in MemoryPluginTest() local
195 void* handle = dlopen(LIB_PATH.c_str(), RTLD_LAZY); variable
221 void* handle = dlopen(LIB_PATH.c_str(), RTLD_LAZY); variable
/test/xts/acts/security/huks/huks_js_api9/entry/src/ohosTest/js/test/utils/param/signverify/
DpublicSignverifyCallback.js22 let handle; variable
208 function updateSession(handle, HuksOptions) { argument
244 function finishSession(handle, HuksOptionsFinish) { argument
275 function abortSession(handle, HuksOptionsAbort) { argument
/test/xts/acts/security/huks/huks_js_api8/entry/src/ohosTest/js/test/utils/param/signverify/
DpublicSignverifyCallback.js22 let handle; variable
170 function updateCallback(handle, HuksOptions) { argument
196 function finish(handle, HuksOptionsFinish) { argument
221 function abort(handle, HuksOptionsAbort) { argument
/test/xts/acts/multimedia/drm/AVCodecDrmNdk/entry/src/main/cpp/
DAvCodecDrmNdk.cpp45 OH_AVCencInfo *handle = OH_AVCencInfo_Create(); in Test_CencInfo_Destroy() local
69 OH_AVCencInfo *handle = OH_AVCencInfo_Create(); in Test_AVCencInfo_SetAlgorithm() local
114 OH_AVCencInfo *handle = OH_AVCencInfo_Create(); in Test_AVCencInfo_SetKeyIdAndIv() local
165 OH_AVCencInfo *handle = OH_AVCencInfo_Create(); in Test_AVCencInfo_SetSubsampleInfo() local
204 OH_AVCencInfo *handle = OH_AVCencInfo_Create(); in Test_AVCencInfo_SetMode() local
245 OH_AVCencInfo *handle = OH_AVCencInfo_Create(); in Test_AVCencInfo_SetAVBuffer() local
/test/xts/acts/security/huks/huks_js_api8/entry/src/ohosTest/js/test/
DSecurityHuksCipherAESCallbackJsunit.test.js28 var handle; variable
111 async function update(handle, HuksOptions) { argument
128 function updateCallback(handle, HuksOptions) { argument
181 function finishCallback(handle, huksOptionsFinish) { argument
206 function abortCallback(handle, huksOptionsAbort) { argument
/test/xts/acts/security/huks/huks_js_api8/entry/src/ohosTest/js/test/utils/param/agree/
DpublicAgreeCallback.js22 let handle; variable
125 function update(handle, HuksOptions) { argument
166 function abort(handle, HuksOptionsAbort) { argument
179 function finish(handle, HuksOptionsFinish) { argument
/test/xts/acts/security/huks/huks_js_api9/entry/src/ohosTest/js/test/utils/param/agree/
DpublicAgreeCallback.js22 let handle; variable
152 function updateSession(handle, HuksOptions) { argument
204 function abortSession(handle, HuksOptionsAbort) { argument
220 function finishSession(handle, HuksOptionsFinish) { argument
/test/xts/acts/arkui/ace_c_arkui_test_api18/entry/src/main/cpp/component/
Dtext_component.h27 explicit TextComponent(ArkUI_NodeHandle handle) : Component(handle) {} in TextComponent()

1234567