| /test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
| D | open_camera_test.cpp | 53 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
|
| D | stream_customer.cpp | 26 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/ |
| D | ShortTimeTaskJS.test.js | 61 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 …]
|
| D | BackgroundTaskMagrJs.test.js | 60 function callback() {} function 79 function callback() {} function 102 function callback() {} function 133 function callback() {} function 167 function callback() {} function 187 function callback() {} function
|
| D | ShortTaskMgrJs.test.js | 60 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/ |
| D | Security_IAM_FUNC_Jsunit.test.js | 135 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/ |
| D | AVSessionManagerJsUnit.test.js | 558 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/ |
| D | index.js | 22 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/ |
| D | service.js | 40 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/ |
| D | codec_hdi_jpeg_test.cpp | 130 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/ |
| D | codec_hdi_manager_test.cpp | 76 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/ |
| D | AVPlayerDataSrcNoSeekReliabilityTest.test.js | 164 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/ |
| D | utils.js | 204 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/ |
| D | stream_customer.cpp | 25 const std::function<void(void*, uint32_t)> callback) in CreateProducer()
|
| D | stream_customer.h | 43 … const std::function<void(void*, const uint32_t)> callback):callback_(callback), consumer_(surface) in TestBuffersConsumerListener()
|
| /test/xts/acts/graphic/graphicnapitest/ |
| D | NativeVsyncTest.cpp | 93 OH_NativeVSync_FrameCallback callback = OnVSync; variable
|
| /test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbmshapmoduletest/src/main/js/test/ |
| D | ActsBmsHapModuleTest.test.js | 48 async function callback(err, result) { function 173 function callback(err, data) { function
|
| /test/xts/hats/distributedhardware/distributedcameratest/ |
| D | dcameratest.h | 38 void SetCallback(sptr<IDCameraSourceCallback> callback) in SetCallback()
|
| /test/xts/device_attest/interfaces/kits/napi/src/ |
| D | devattest_napi.cpp | 82 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/ |
| D | nopermisson.js | 239 callback: (result) => { method 249 callback: (result) => { method
|
| /test/xts/acts/telephony/telephonyjstest/network_search/network_search_errors/src/main/js/test/ |
| D | NetworkSearchErrors.test.js | 447 let callback = NetworkState => { function 469 let callback = SignalInformation => { function
|
| /test/xts/acts/ai_lite/ai_engine_posix/base/src/aie_client/ |
| D | AieClientPrepareFunctionTest.cpp | 92 ClientCallback *callback = nullptr; in TestAieClientPrepare() local
|
| D | AieClientAsyncProcessFunctionTest.cpp | 81 ClientCallback *callback = nullptr; in TestAieClientAsyncProcess() local
|
| D | AieClientSyncProcessShareMemoryFunctionTest.cpp | 76 ClientCallback *callback = nullptr; in TestAieClientSyncProcess() local
|
| D | AieClientReleaseFunctionTest.cpp | 70 IClientCb *callback = nullptr; in TestAieClientRelease() local
|