Home
last modified time | relevance | path

Searched defs:callback (Results 1 – 25 of 107) sorted by relevance

12345

/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
Dopen_camera_test.cpp53 const OHOS::sptr<ICameraDeviceCallback> callback = new DemoCameraDeviceCallback(); variable
70 OHOS::sptr<ICameraDeviceCallback> callback = new DemoCameraDeviceCallback(); variable
88 OHOS::sptr<ICameraDeviceCallback> callback = new DemoCameraDeviceCallback(); variable
104 OHOS::sptr<ICameraDeviceCallback> callback = new DemoCameraDeviceCallback(); variable
120 OHOS::sptr<ICameraDeviceCallback> callback = nullptr; variable
136 OHOS::sptr<ICameraDeviceCallback> callback = nullptr; variable
154 OHOS::sptr<ICameraDeviceCallback> callback = nullptr; variable
170 OHOS::sptr<ICameraDeviceCallback> callback = nullptr; variable
189 const OHOS::sptr<ICameraDeviceCallback> callback = new DemoCameraDeviceCallback(); variable
Dstream_customer.cpp26 void StreamCustomer::CamFrame(const std::function<void(const unsigned char *, uint32_t)> callback) in CamFrame()
71 const std::function<void(const unsigned char *, uint32_t)> callback) in ReceiveFrameOn()
/test/xts/acts/resourceschedule/resourceschedule_standard/backgroundtaskmanager/src/main/js/test/
DShortTimeTaskJS.test.js61 function callback() {} function
84 function callback() {} function
111 function callback() { } function
140 function callback() { } function
163 function callback() {} function
188 function callback() { } function
213 function callback() { } function
239 function callback() {} function
266 function callback() {} function
292 function callback() {} function
[all …]
DBackgroundTaskMagrJs.test.js60 function callback() {} function
79 function callback() {} function
102 function callback() {} function
133 function callback() {} function
167 function callback() {} function
187 function callback() {} function
DShortTaskMgrJs.test.js60 function callback() {} function
86 function callback() {} function
112 function callback() {} function
138 function callback() {} function
165 function callback() {} function
191 function callback() {} function
226 function callback() {} function
/test/xts/acts/useriam/face_auth/js_api_test/function_test/userauthpart2/src/main/js/test/
DSecurity_IAM_FUNC_Jsunit.test.js135 callback: (result) => { method
248 callback: function (result) { method
263 callback: function (result) { method
278 callback: function (result) { method
293 callback: function (result) { method
368 callback: (result) => { method
378 callback: (result) => { method
/test/xts/dcts/multimedia/avsession/src/main/js/test/
DAVSessionManagerJsUnit.test.js558 function callback1(callback) { argument
565 function callback2(callback) { argument
617 function callback1(callback) { argument
624 function callback2(callback) { argument
736 function callback1(callback) { argument
743 function callback2(callback) { argument
803 function callback1(callback) { argument
810 function callback2(callback) { argument
/test/xts/acts/account/appaccount/sceneProject/actsaccountoauthtoken/entry/src/main/js/default/pages/index/
Dindex.js22 authenticate(name, authType, callerBundleName, options, callback) { argument
29 addAccountImplicitly(authType, callerBundleName, options, callback) { argument
37 auth(name, authType, callerBundleName, callback) { argument
44 createAccountImplicitly(options, callback) { argument
/test/xts/acts/account/appaccount/sceneProject/actsaccountauthenticator/entry/src/main/js/ServiceAbility/
Dservice.js40 addAccountImplicitly(authType, callerBundleName, options, callback) { argument
53 authenticate(name, authType, callerBundleName, options, callback) { argument
65 createAccountImplicitly(options, callback) { argument
80 auth(name, authType, options, callback) { argument
95 verifyCredential(name, options, callback) { argument
132 checkAccountLabels(name, labels, callback) { argument
158 setProperties(options, callback) { argument
163 checkAccountRemovable(name, callback) { argument
/test/xts/hats/hdf/codec/hdi_image/
Dcodec_hdi_jpeg_test.cpp130 OHOS::sptr<ICodecImageCallback> callback; variable
144 OHOS::sptr<ICodecImageCallback> callback; variable
163 OHOS::sptr<ICodecImageCallback> callback; variable
182 OHOS::sptr<ICodecImageCallback> callback = new CodecImageCallback; variable
/test/xts/hats/hdf/codec/hdi_omx/
Dcodec_hdi_manager_test.cpp76 struct CodecCallbackType *callback = CodecCallbackTypeGet(nullptr); variable
107 struct CodecCallbackType *callback = CodecCallbackTypeGet(nullptr); variable
/test/xts/acts/multimedia/media/media_js_standard/avPlayer/entry/src/main/ets/test/
DAVPlayerDataSrcNoSeekReliabilityTest.test.js164 callback: readAt property
191 callback: readAt property
217 callback: readAt property
243 callback: readAt property
269 callback: readAt property
/test/xts/acts/account/appaccount/sceneProject/actsaccountauthenticator/entry/src/main/js/Common/
Dutils.js204 constructor(callback) { argument
298 verifyCredential(name, options, callback) { argument
323 checkAccountLabels(name, labels, callback) { argument
343 setProperties(options, callback) { argument
348 checkAccountRemovable(name, callback) { argument
/test/xts/dcts/distributedhardware/distributedcameratest/
Dstream_customer.cpp25 const std::function<void(void*, uint32_t)> callback) in CreateProducer()
Dstream_customer.h43 … const std::function<void(void*, const uint32_t)> callback):callback_(callback), consumer_(surface) in TestBuffersConsumerListener()
/test/xts/acts/graphic/graphicnapitest/
DNativeVsyncTest.cpp93 OH_NativeVSync_FrameCallback callback = OnVSync; variable
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbmshapmoduletest/src/main/js/test/
DActsBmsHapModuleTest.test.js48 async function callback(err, result) { function
173 function callback(err, data) { function
/test/xts/hats/distributedhardware/distributedcameratest/
Ddcameratest.h38 void SetCallback(sptr<IDCameraSourceCallback> callback) in SetCallback()
/test/xts/device_attest/interfaces/kits/napi/src/
Ddevattest_napi.cpp82 static napi_value GenerateReturnValue(napi_env env, DevAttestAsyncContext* callback) in GenerateReturnValue()
113 DevAttestAsyncContext* callback = static_cast<DevAttestAsyncContext*>(data); in Complete() local
164 std::unique_ptr<DevAttestAsyncContext> callback = std::make_unique<DevAttestAsyncContext>(); in GetAttestResultInfo() local
/test/xts/acts/useriam/face_auth/js_api_test/function_test/userauthnopermission/src/main/js/test/
Dnopermisson.js239 callback: (result) => { method
249 callback: (result) => { method
/test/xts/acts/telephony/telephonyjstest/network_search/network_search_errors/src/main/js/test/
DNetworkSearchErrors.test.js447 let callback = NetworkState => { function
469 let callback = SignalInformation => { function
/test/xts/acts/ai_lite/ai_engine_posix/base/src/aie_client/
DAieClientPrepareFunctionTest.cpp92 ClientCallback *callback = nullptr; in TestAieClientPrepare() local
DAieClientAsyncProcessFunctionTest.cpp81 ClientCallback *callback = nullptr; in TestAieClientAsyncProcess() local
DAieClientSyncProcessShareMemoryFunctionTest.cpp76 ClientCallback *callback = nullptr; in TestAieClientSyncProcess() local
DAieClientReleaseFunctionTest.cpp70 IClientCb *callback = nullptr; in TestAieClientRelease() local

12345