Home
last modified time | relevance | path

Searched refs:DoCallBack (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/src/lite/
H A Dipc_callback_stub.c29 static void DoCallBack(int32_t callbackId, uintptr_t cbHook, IpcIo *data, IpcIo *reply) in DoCallBack() function
71 DoCallBack(callbackId, cbHook, data, reply); in CbStubOnRemoteRequest()
/ohos5.0/base/security/device_auth/frameworks/src/standard/
H A Dipc_callback_stub.cpp30 void StubDevAuthCb::DoCallBack(int32_t callbackId, uintptr_t cbHook, in DoCallBack() function in OHOS::StubDevAuthCb
73 StubDevAuthCb::DoCallBack(callbackId, cbHook, data, reply, option); in OnRemoteRequest()
H A Dipc_callback_proxy.cpp28 void ProxyDevAuthCb::DoCallBack(int32_t callbackId, uintptr_t cbHook, in DoCallBack() function in OHOS::ProxyDevAuthCb
H A Dipc_dev_auth_stub.cpp384 proxy->DoCallBack(callbackId, cbHook, dataParcel, reply, option); in ActCallback()
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H A Dimage_creator_napi.h50 static void DoCallBack(std::shared_ptr<ImageCreatorAsyncContext> context,
142 ImageCreatorNapi::DoCallBack(context, name, callBack); in OnSurfaceBufferRelease()
H A Dimage_receiver_napi.h51 static void DoCallBack(std::shared_ptr<ImageReceiverAsyncContext> &context,
148 ImageReceiverNapi::DoCallBack(context, name, callBack); in OnSurfaceBufferAvaliable()
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/
H A Dsendable_image_receiver_napi.h51 static void DoCallBack(std::shared_ptr<SendableImageReceiverAsyncContext> &context,
145 SendableImageReceiverNapi::DoCallBack(context, name, callBack); in OnSurfaceBufferAvaliable()
/ohos5.0/base/security/device_auth/frameworks/inc/standard/
H A Dipc_callback_proxy.h27 void DoCallBack(int32_t callbackId, uintptr_t cbHook,
H A Dipc_iface.h34 virtual void DoCallBack(int32_t callbackId, uintptr_t cbHook,
H A Dipc_callback_stub.h29 void DoCallBack(int32_t callbackId, uintptr_t cbHook,
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_receiver_napi.cpp935 void SendableImageReceiverNapi::DoCallBack(shared_ptr<SendableImageReceiverAsyncContext> &context, in DoCallBack() function in OHOS::Media::SendableImageReceiverNapi
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_creator_napi.cpp814 void ImageCreatorNapi::DoCallBack(shared_ptr<ImageCreatorAsyncContext> context, in DoCallBack() function in OHOS::Media::ImageCreatorNapi
H A Dimage_receiver_napi.cpp937 void ImageReceiverNapi::DoCallBack(shared_ptr<ImageReceiverAsyncContext> &context, in DoCallBack() function in OHOS::Media::ImageReceiverNapi