/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/entry/ |
H A D | hdf_pin_entry_test.c | 15 int32_t HdfPinTestEntry(HdfTestMsg *msg) in HdfPinTestEntry()
|
H A D | hdf_pwm_entry_test.c | 15 int32_t HdfPwmUnitTestEntry(HdfTestMsg *msg) in HdfPwmUnitTestEntry()
|
H A D | hdf_rtc_entry_test.c | 15 int32_t HdfRtcTestEntry(HdfTestMsg *msg) in HdfRtcTestEntry()
|
H A D | hdf_spi_entry_test.c | 15 int32_t HdfSpiUnitTestEntry(HdfTestMsg *msg) in HdfSpiUnitTestEntry()
|
H A D | hdf_timer_entry_test.c | 15 int32_t HdfTimerUnitTestEntry(HdfTestMsg *msg) in HdfTimerUnitTestEntry()
|
H A D | hdf_uart_entry_test.c | 15 int32_t HdfUartUnitTestEntry(HdfTestMsg *msg) in HdfUartUnitTestEntry()
|
H A D | hdf_watchdog_entry_test.c | 15 int32_t HdfWatchdogTestEntry(HdfTestMsg *msg) in HdfWatchdogTestEntry()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
H A D | wifi_log_helper_test.cpp | 24 char msg[32] = {0}; variable
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/inc/ |
H A D | auth_message_impl.h | 28 explicit AuthMessageImpl(std::vector<uint8_t> msg) : msg_(std::move(msg)) {}; in AuthMessageImpl()
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | AsyncService.java | 97 Message msg = mHandler.obtainMessage(); in onStartCommand() local 116 Message msg = mHandler.obtainMessage(); in onDestroy() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | MessageQueueTest.java | 43 public void handleMessage(Message msg) { in handleMessage() 123 public void handleMessage(Message msg) { in handleMessage()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BroadcastQueue.java | 64 static void logw(@NonNull String msg) { in logw() 68 static void logv(@NonNull String msg) { in logv() 72 static void checkState(boolean expression, @NonNull String msg) { in checkState() 78 static void checkStateWtf(boolean expression, @NonNull String msg) { in checkStateWtf() 281 public void dumpToDropBoxLocked(@Nullable String msg) { in dumpToDropBoxLocked()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/platform/src/ |
H A D | spi_dev.c | 75 struct SpiMsg msg = {0}; in SpiDevRead() local 112 struct SpiMsg msg = {0}; in SpiDevWrite() local 243 struct SpiMsg *msg = NULL; in SpiDevGetSpiMsgFromUser() local 261 static int32_t SpiDevRealTransfer(struct SpiDev *dev, struct SpiMsg *msg, struct SpiMsg *kmsg, int3… in SpiDevRealTransfer() 316 struct SpiMsg *msg = NULL; in SpiDevTransfer() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_statemachine.cpp | 77 bool HfpHfDisconnected::Dispatch(const utility::Message &msg) in Dispatch() 111 bool HfpHfConnecting::Dispatch(const utility::Message &msg) in Dispatch() 184 bool HfpHfDisconnecting::Dispatch(const utility::Message &msg) in Dispatch() 218 bool HfpHfConnected::Dispatch(const utility::Message &msg) in Dispatch() 329 bool HfpHfAudioConnecting::Dispatch(const utility::Message &msg) in Dispatch() 380 bool HfpHfAudioDisconnecting::Dispatch(const utility::Message &msg) in Dispatch() 419 bool HfpHfAudioConnected::Dispatch(const utility::Message &msg) in Dispatch() 800 void HfpHfStateMachine::AddDeferredMessage(const HfpHfMessage &msg) in AddDeferredMessage()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/ |
H A D | attribute.c | 108 IAM_STATIC ResultCode ReadDataFromMsg(const Uint8Array msg, uint32_t *readIndex, Uint8Array *retDat… in ReadDataFromMsg() 129 IAM_STATIC ResultCode ReadUint32FromMsg(const Uint8Array msg, uint32_t *readIndex, uint32_t *retVal… in ReadUint32FromMsg() 143 IAM_STATIC ResultCode WriteDataToMsg(Uint8Array *msg, uint32_t *writeIndex, const Uint8Array data) in WriteDataToMsg() 164 IAM_STATIC ResultCode WriteUInt32ToMsg(Uint8Array *msg, uint32_t *writeIndex, uint32_t value) in WriteUInt32ToMsg() 176 IAM_STATIC ResultCode CheckAddReadIndex(const Uint8Array msg, uint32_t *readIndex, uint32_t length) in CheckAddReadIndex() 192 IAM_STATIC ResultCode ParseAttributeSerializedMsgInner(Attribute *attribute, const Uint8Array msg, in ParseAttributeSerializedMsgInner() 231 IAM_STATIC ResultCode ParseAttributeSerializedMsg(Attribute *attribute, const Uint8Array msg) in ParseAttributeSerializedMsg() 254 Attribute *CreateAttributeFromSerializedMsg(const Uint8Array msg) in CreateAttributeFromSerializedMsg()
|
/ohos5.0/foundation/communication/wifi/wifi/base/state_machine/src/ |
H A D | state_machine.cpp | 71 void StateMachine::NotExecutedMessage(const InternalMessagePtr msg) in NotExecutedMessage() 119 void StateMachine::DelayMessage(const InternalMessagePtr msg) in DelayMessage() 194 void StateMachine::SendMessage(InternalMessagePtr msg) in SendMessage() 235 void StateMachine::MessageExecutedLater(InternalMessagePtr msg, int64_t delayTimeMs) in MessageExecutedLater() 560 void StateMachineHandler::PerformSwitchState(State *msgProcessedState, InternalMessagePtr msg) in PerformSwitchState() 594 void StateMachineHandler::ExecuteMessage(InternalMessagePtr msg) in ExecuteMessage() 630 void StateMachineHandler::DelayMessage(const InternalMessagePtr msg) in DelayMessage() 646 State *StateMachineHandler::ExecuteTreeStateMsg(InternalMessagePtr msg) in ExecuteTreeStateMsg()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/ |
H A D | bus_center_event.c | 67 static int32_t PostMessageToHandlerDelay(SoftBusMessage *msg, uint64_t delayMillis) in PostMessageToHandlerDelay() 100 static void HandleOnlineStateChangedMessage(SoftBusMessage *msg) in HandleOnlineStateChangedMessage() 111 static void HandleNodeBasicInfoChangedMessage(SoftBusMessage *msg) in HandleNodeBasicInfoChangedMessage() 121 static void HandleNodeStatusChangedMessage(SoftBusMessage *msg) in HandleNodeStatusChangedMessage() 136 static void HandleNetworkUpdateMessage(SoftBusMessage *msg) in HandleNetworkUpdateMessage() 151 static void HandleNotifyMessage(SoftBusMessage *msg) in HandleNotifyMessage() 180 static void FreeNotifyMessage(SoftBusMessage *msg) in FreeNotifyMessage() 232 SoftBusMessage *msg = SoftBusCalloc(sizeof(SoftBusMessage)); in PostNotifyMessage() local 252 SoftBusMessage *msg = SoftBusCalloc(sizeof(SoftBusMessage)); in PostNotifyNodeStatusMessage() local 272 SoftBusMessage *msg = SoftBusCalloc(sizeof(SoftBusMessage)); in PostNotifyMessageDelay() local [all …]
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/jni/source/ |
H A D | jni_helper.cpp | 74 void JniHelperThrowException(JNIEnv *env, const char *className, const char *msg) in JniHelperThrowException() 91 void JniHelperThrowNullPointerException(JNIEnv *env, const char *msg) in JniHelperThrowNullPointerException() 96 void JniHelperThrowIllegalStateException(JNIEnv *env, const char *msg) in JniHelperThrowIllegalStateException()
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_ipv6_event.cpp | 47 struct nduseroptmsg *msg = (struct nduseroptmsg *)data; in parseNdUserOptMessage() local 66 void DhcpIpv6Client::parseNDRouteMessage(void* msg) in parseNDRouteMessage() 113 void DhcpIpv6Client::parseNewneighMessage(void* msg) in parseNewneighMessage()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_sync_item_info.c | 119 void OnReceiveDeviceName(LnnSyncInfoType type, const char *networkId, const uint8_t *msg, uint32_t … in OnReceiveDeviceName() 140 void OnReceiveTransReqMsg(LnnSyncInfoType type, const char *networkId, const uint8_t *msg, uint32_t… in OnReceiveTransReqMsg() 157 static void OnReceiveBrOffline(LnnSyncInfoType type, const char *networkId, const uint8_t *msg, uin… in OnReceiveBrOffline()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/ |
H A D | verifier_impl.cpp | 123 void VerifierImpl::HandleVerifierMsg(uint64_t scheduleId, const std::vector<uint8_t> &msg) in HandleVerifierMsg() 150 …_t VerifierImpl::SendMessage(uint64_t scheduleId, int32_t srcRole, const std::vector<uint8_t> &msg) in SendMessage() 185 std::vector<uint8_t> msg; in Authenticate() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/ |
H A D | rd_log_print.cpp | 23 void PrintLog(LogPrint::Level level, const char *tag, const std::string &msg) in PrintLog() 73 std::string msg; in Log() local
|
/aosp14/frameworks/base/core/java/android/service/controls/ |
H A D | ControlsProviderService.java | 187 SubscribeMessage msg = new SubscribeMessage(controlIds, subscriber); in onBind() local 193 ActionMessage msg = new ActionMessage(controlId, action.getWrappedAction(), cb); in onBind() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/ |
H A D | GnssTimeUpdateService.java | 214 String msg = "Passive location time received: " + locationTime; in handleLocationAvailable() local 296 private void logError(String msg) { in logError() 301 private void logWarning(String msg) { in logWarning() 306 private void logDebug(String msg) { in logDebug()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | IMessenger.aidl | 24 void send(in Message msg); in send()
|