Home
last modified time | relevance | path

Searched defs:callbackRemote (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/src/
H A Dsec_comp_kit.cpp126 …sptr<IRemoteObject> callbackRemote = new (std::nothrow) SecCompDialogCallback(std::move(callback)); in ReportSecurityComponentClickEvent() local
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_component_manager_stub.c95 struct HdfRemoteService *callbackRemote = HdfSbufReadRemoteService(data); in ReadParamsForCreateComponent() local
H A Dcodec_component_type_stub.c620 struct HdfRemoteService *callbackRemote = HdfSbufReadRemoteService(data); in SerStubSetCallbacks() local
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_host_driver.cpp177 auto callbackRemote = reinterpret_cast<DisplayDeviceCallbackProxy *>(data); in HotPlugCallbackFunc() local
691 auto callbackRemote = reinterpret_cast<DisplayDeviceCallbackProxy *>(data); in VBlankCallbackFunc() local
882 auto callbackRemote = reinterpret_cast<DisplayDeviceCallbackProxy *>(data); in RefreshCallbackFunc() local
953 int32_t DisplayDeviceServerStub::SetCallBackObject(sptr<IRemoteObject> callbackRemote) in SetCallBackObject()