/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | remote_iam_callback.cpp | 48 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in OnResult() local 51 REMOTE_AUTH_INVOKER_CONTEXT_ENDPOINT_NAME, request, msgCallback); in OnResult() 73 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in OnAcquireInfo() local 76 REMOTE_AUTH_INVOKER_CONTEXT_ENDPOINT_NAME, request, msgCallback); in OnAcquireInfo()
|
H A D | remote_executor_stub.cpp | 345 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in OnMessage() local 348 EXECUTOR_PROXY_ENDPOINT_NAME, request, msgCallback); in OnMessage() 378 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in ContinueSchedule() local 381 EXECUTOR_PROXY_ENDPOINT_NAME, request, msgCallback); in ContinueSchedule()
|
H A D | remote_auth_context.cpp | 219 …MsgCallback msgCallback = [weakThis = weak_from_this(), this](const std::shared_ptr<Attributes> &r… in SendQueryExecutorInfoMsg() local 249 REMOTE_SERVICE_ENDPOINT_NAME, request, msgCallback); in SendQueryExecutorInfoMsg()
|
H A D | remote_auth_invoker_context.cpp | 251 …MsgCallback msgCallback = [weakThis = weak_from_this(), this](const std::shared_ptr<Attributes> &r… in SendRequest() local 277 REMOTE_SERVICE_ENDPOINT_NAME, request_, msgCallback); in SendRequest()
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/ |
H A D | fsm_oberver.h | 30 FsmOberver(HI_FSM_EventCallback msgCallback, void *priv) in FsmOberver() argument 31 : m_eventCallback(msgCallback), m_privateDate(priv) in FsmOberver()
|
H A D | hi_state_machine.cpp | 204 msg.msgCallback = nullptr; in Send() 235 msg.msgCallback = nullptr; in Post()
|
H A D | message_looper.cpp | 228 if (event.msg->isNeedReply && event.msg->msgCallback) { in QueueHandlr() 229 event.msg->msgCallback(event.msg->privDate); in QueueHandlr()
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | remote_executor_proxy.cpp | 244 …MsgCallback msgCallback = [self = weak_from_this(), scheduleId](const std::shared_ptr<Attributes> … in OnBeginExecute() local 261 REMOTE_SERVICE_ENDPOINT_NAME, request, msgCallback); in OnBeginExecute() 282 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in OnEndExecute() local 285 REMOTE_SERVICE_ENDPOINT_NAME, request, msgCallback); in OnEndExecute() 306 …MsgCallback msgCallback = [weakThis = weak_from_this(), scheduleId](const std::shared_ptr<Attribut… in OnSendData() local 322 EXECUTOR_STUB_ENDPOINT_NAME, request, msgCallback); in OnSendData()
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/include/ |
H A D | fsm_message.h | 30 MsgCallback msgCallback; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_connection.h | 40 AvctMsgCallback msgCallback); 143 …mpanyId, uint16_t uidCounter, AvctChannelEventCallback eventCallback, AvctMsgCallback msgCallback);
|
H A D | avrcp_tg_connection.cpp | 27 AvctMsgCallback msgCallback) in AvrcTgConnectInfo() argument 29 msgCallback_(msgCallback), in AvrcTgConnectInfo() 94 AvctMsgCallback msgCallback) in Add() argument 114 msgCallback))); in Add()
|
H A D | avrcp_tg_profile.h | 353 …lity::Dispatcher *dispatcher, AvctChannelEventCallback eventCallback, AvctMsgCallback msgCallback);
|
H A D | avrcp_tg_profile.cpp | 34 …ility::Dispatcher *dispatcher, AvctChannelEventCallback eventCallback, AvctMsgCallback msgCallback) in AvrcTgProfile() argument 42 msgCallback_(msgCallback) in AvrcTgProfile()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_communicator_proxy_test.cpp | 172 OnMessageCallback msgCallback; variable 183 commProxy_->RegOnMessageCallback(msgCallback, finalizer);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_connection.h | 44 AvctChannelEventCallback eventCallback, AvctMsgCallback msgCallback); 161 AvctMsgCallback msgCallback);
|
H A D | avrcp_ct_connection.cpp | 26 AvctMsgCallback msgCallback) in AvrcCtConnectInfo() argument 28 msgCallback_(msgCallback), in AvrcCtConnectInfo() 111 AvctMsgCallback msgCallback) in Add() argument 139 msgCallback))); in Add()
|
H A D | avrcp_ct_profile.h | 520 …lity::Dispatcher *dispatcher, AvctChannelEventCallback eventCallback, AvctMsgCallback msgCallback);
|
H A D | avrcp_ct_profile.cpp | 35 AvctMsgCallback msgCallback) in AvrcCtProfile() argument 44 msgCallback_(msgCallback) in AvrcCtProfile()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp_br_act.c | 340 if (cbConn->connParam.msgCallback != NULL) { in AvctCbBrRevMsg() 341 …(*cbConn->connParam.msgCallback)(cbConn->connId, label, cr, AVCT_DATA_BR, pkt, cbConn->connParam.c… in AvctCbBrRevMsg()
|
H A D | avctp_ctrl_act.c | 364 if (cbConn->connParam.msgCallback != NULL) { in AvctCbCtrlRevMsg() 365 …(*cbConn->connParam.msgCallback)(cbConn->connId, label, cr, AVCT_DATA_CTRL, pkt, cbConn->connParam… in AvctCbCtrlRevMsg()
|
H A D | avctp_api.c | 183 …= NULL || peerAddr == NULL || connParam->chEvtCallback == NULL || connParam->msgCallback == NULL) { in AvctConnectReq()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | avctp.h | 124 AvctMsgCallback msgCallback; // Message Data callback member
|
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/ |
H A D | soft_bus_base_socket.h | 72 MsgCallback msgCallback; member
|
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/ |
H A D | soft_bus_base_socket.cpp | 59 .msgCallback = callback, in InsertMsgCallback() 92 callback = iter->second.msgCallback; in GetMsgCallback()
|