Home
last modified time | relevance | path

Searched defs:msg (Results 626 – 650 of 1959) sorted by relevance

1...<<21222324252627282930>>...79

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dqueue.h36 static __inline FillpErrorType FillpQueuePush(FillpQueue *q, void **msg, FILLP_INT isTryPush, FILLP… in FillpQueuePush()
53 static __inline FILLP_INT FillpQueuePop(FillpQueue *q, void **msg, FILLP_UINT count) in FillpQueuePop()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_time_sync_test.cpp333 Message *msg = new (std::nothrow) Message(); variable
401 Message *msg = new (std::nothrow) Message(); variable
/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/
H A Dcan_client.c104 int32_t CanClientWriteMsg(struct CanClient *client, const struct CanMsg *msg) in CanClientWriteMsg()
113 int32_t CanClientReadMsg(struct CanClient *client, struct CanMsg *msg, uint32_t tms) in CanClientReadMsg()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dddk_uevent_handle.c87 static void DdkHandleUevent(const char msg[], ssize_t rcvLen) in DdkHandleUevent()
173 char msg[UEVENT_MSG_LEN]; in DdkUeventMain() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwareservice/src/
H A Ddistributed_hardware_service_test.cpp107 std::string msg; variable
123 std::string msg = "msg"; variable
/ohos5.0/base/update/updater/interfaces/kits/updaterkits/
H A Dupdaterkits.cpp135 static int AddPkgPath(struct UpdateMessage &msg, size_t updateOffset, const std::vector<std::string… in AddPkgPath()
161 struct UpdateMessage msg {}; in RebootAndInstallSdcardPackage() struct
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp172 A2dpAvdtMsg *msg = static_cast<A2dpAvdtMsg*>(message.arg2_); in ProcessAvdtpCallback() local
532 utility::Message msg(EVT_DISCONNECT_REQ, 0, &data); in Disable() local
627 utility::Message msg(EVT_CONNECT_REQ, 0, &data); in ProcessSDPCallback() local
650 utility::Message msg(EVT_DISCONNECT_REQ, 0, &data); in Disconnect() local
677 utility::Message msg(EVT_SUSPEND_REQ, 0, &data); in Stop() local
711 utility::Message msg(EVT_START_REQ, 0, &data); in Start() local
765 utility::Message msg(EVT_CLOSE_REQ, 0, &data); in Close() local
890 utility::Message msg(EVT_RECONFIG_REQ, 0, &data); in Reconfigure() local
1138 utility::Message msg(A2DP_FRAME_READY, packetSize, frameData); in ProcessSinkStream() local
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c263 IAM_STATIC Attribute *CreateAttributeFromExecutorMsg(const Uint8Array msg, SignParam signParam) in CreateAttributeFromExecutorMsg()
371 Uint8Array msg = { tlv->buf, tlv->contentSize }; in CreateExecutorResultInfo() local
489 ExecutorMsg *msg = (ExecutorMsg *)data; in DestoryExecutorMsg() local
556 ExecutorMsg *msg = (ExecutorMsg *)Malloc(sizeof(ExecutorMsg)); in AssemblyMessage() local
704 IAM_STATIC ResultCode GetRemoteExecutorInfo(const Buffer *msg, Uint8Array peerUdid, Uint8Array *sub… in GetRemoteExecutorInfo()
746 bool CheckRemoteExecutorInfo(const Buffer *msg, ExecutorInfoHal *infoToCheck) in CheckRemoteExecutorInfo()
973 Uint8Array msg = { tlv->buf, tlv->contentSize }; in CreateScheduleInfo() local
1034 Uint8Array msg = { tlv->buf, tlv->contentSize }; in CreateAuthResultInfo() local
/aosp14/frameworks/base/tests/ActivityManagerPerfTests/stub-app/src/com/android/stubs/am/
H A DTestService.java59 Message msg = Message.obtain(); in onUnbind() local
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/os/
H A DFakeHandler.java42 public boolean sendMessageAtTime(Message msg, long uptimeMillis) { in sendMessageAtTime()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DLocalLog.java40 public void w(String msg) { in w()
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Druim_file_controller.cpp41 SimIoRequestInfo msg; in ObtainTransparentImg() local
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/platform/include/
H A Dspi_dev.h39 struct SpiMsg *msg; member
/ohos5.0/base/security/device_security_level/services/sa/lite/
H A Ddslm_service.c54 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
/ohos5.0/drivers/hdf_core/framework/support/platform/test/unittest/common/
H A Dhdf_mipi_dsi_test.cpp53 struct HdfTestMsg msg = {TEST_PAL_MIPI_DSI_TYPE, (uint8_t)cmd, -1}; in MipiDsiTest() local
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/bbox/
H A Dfault_logger_fd_manager.cpp78 std::string msg = errLog; in WriteFaultLogger() local
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dmessage_looper.h27 MsgInfo *msg; member
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Dexecutor_messenger_client.cpp33 const std::shared_ptr<AuthMessage> &msg) in SendData()
/aosp14/frameworks/base/core/java/android/nfc/tech/
H A DNdef.java276 NdefMessage msg = tagService.ndefRead(serviceHandle); in getNdefMessage() local
307 public void writeNdefMessage(NdefMessage msg) throws IOException, FormatException { in writeNdefMessage()
/ohos5.0/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_ability_delegator.cpp67 void CJAbilityDelegator::FinishTest(const char* msg, int64_t code) in FinishTest()
161 void FFIAbilityDelegatorFinishTest(int64_t id, const char* msg, int64_t code) in FFIAbilityDelegatorFinishTest()
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dmessage_queue.cpp91 shared_ptr<Message> msg = nullptr; in ReceiveMsg() local
104 bool MessageQueue::SendMsg(shared_ptr<Message> msg) in SendMsg()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSimPukViewController.java138 int msg = 0; in next() local
199 String msg; in showDefaultMessage() local
355 String msg = mView.getPukPasswordErrorMessage(remaining, false, in getPukRemainingAttemptsDialog() local
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_napi.cpp92 void CloudDownloadCallbackImpl::OnComplete(UvChangeMsg *msg) in OnComplete()
152 UvChangeMsg *msg = new (std::nothrow) UvChangeMsg(shared_from_this(), progress, isBatch_); in OnDownloadProcess() local
161 auto msg = reinterpret_cast<UvChangeMsg *>(work->data); in OnDownloadProcess() local
/ohos5.0/drivers/hdf_core/framework/support/platform/src/spi/
H A Dspi_if_u.c103 static int32_t SpiMsgReadBack(struct HdfSBuf *data, struct SpiMsg *msg) in SpiMsgReadBack()
202 struct SpiMsg msg = {0}; in SpiRead() local
212 struct SpiMsg msg = {0}; in SpiWrite() local
/aosp14/frameworks/base/services/core/java/com/android/server/logcat/
H A DLogcatManagerService.java201 final Message msg = mHandler.obtainMessage(MSG_LOG_ACCESS_REQUESTED, logAccessRequest); in startThread() local
211 final Message msg = mHandler.obtainMessage(MSG_LOG_ACCESS_FINISHED, logAccessRequest); in finishThread() local
223 final Message msg = mHandler.obtainMessage(MSG_APPROVE_LOG_ACCESS, client); in approveAccessForClient() local
233 final Message msg = mHandler.obtainMessage(MSG_DECLINE_LOG_ACCESS, client); in declineAccessForClient() local
254 public void handleMessage(Message msg) { in handleMessage()

1...<<21222324252627282930>>...79