/ohos5.0/foundation/communication/dsoftbus/tests/core/common/message_handler/unittest/ |
H A D | message_handler_test.c | 31 static void NetworkingHandleMessage(const SoftBusMessage* msg) in NetworkingHandleMessage() 40 static void CustomfreeMessage(SoftBusMessage* msg) in CustomfreeMessage() 54 SoftBusMessage* msg = SoftBusCalloc(sizeof(SoftBusMessage)); in TestMessageHandler() local
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_service.cpp | 90 InternalMessagePtr msg = m_ApStateMachine.CreateMessage(); in SetHotspotConfig() local 111 InternalMessagePtr msg = m_ApStateMachine.CreateMessage(); in SetHotspotIdleTimeout() local 124 InternalMessagePtr msg = m_ApStateMachine.CreateMessage(); in AddBlockList() local 139 InternalMessagePtr msg = m_ApStateMachine.CreateMessage(); in DelBlockList() local 154 InternalMessagePtr msg = m_ApStateMachine.CreateMessage(); in DisconnetStation() local 325 InternalMessagePtr msg = m_stateMachineObj.CreateMessage(); in OnWifiCountryCodeChanged() local
|
H A D | ap_started_state.cpp | 121 bool ApStartedState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg() 272 void ApStartedState::ProcessCmdStationJoin(InternalMessagePtr msg) in ProcessCmdStationJoin() 287 void ApStartedState::ProcessCmdStationLeave(InternalMessagePtr msg) in ProcessCmdStationLeave() 299 void ApStartedState::ProcessCmdSetHotspotConfig(InternalMessagePtr msg) in ProcessCmdSetHotspotConfig() 416 void ApStartedState::ProcessCmdSetHotspotIdleTimeout(InternalMessagePtr msg) in ProcessCmdSetHotspotIdleTimeout() 474 void ApStartedState::ProcessCmdHotspotChannelChanged(InternalMessagePtr msg) in ProcessCmdHotspotChannelChanged() 487 void ApStartedState::ProcessCmdAssociatedStaChanged(InternalMessagePtr msg) in ProcessCmdAssociatedStaChanged() 516 void ApStartedState::ProcessCmdEnableAp(InternalMessagePtr msg) in ProcessCmdEnableAp()
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
H A D | hks_openssl_hmac.c | 43 static int32_t HmacCheckBuffer(const struct HksBlob *key, const struct HksBlob *msg, const struct H… in HmacCheckBuffer() 71 const struct HksBlob *key, uint32_t alg, const struct HksBlob *msg, const struct HksBlob *mac) in HmacCheckParam() 94 int32_t HksOpensslHmac(const struct HksBlob *key, uint32_t digestAlg, const struct HksBlob *msg, st… in HksOpensslHmac() 161 int32_t HksOpensslHmacUpdate(void *cryptoCtx, const struct HksBlob *msg) in HksOpensslHmacUpdate() 179 int32_t HksOpensslHmacFinal(void **cryptoCtx, struct HksBlob *msg, struct HksBlob *mac) in HksOpensslHmacFinal()
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | input_display_bind_helper_test.cpp | 958 std::string msg = "touch"; variable 975 std::string msg = "touch"; variable 992 std::string msg = "touch"; variable 1009 std::string msg = "touch"; variable 1026 std::string msg = "touch"; variable 1050 std::string msg = "touch"; variable 1073 std::string msg = "touch"; variable 1096 std::string msg = "touch"; variable 1124 std::string msg = "touch"; variable 1152 std::string msg = "touch"; variable [all …]
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/dfx/ |
H A D | softbus_adapter_hisysevent_mini.c | 26 void SoftbusFreeEvtReportMsg(SoftBusEvtReportMsg *msg) in SoftbusFreeEvtReportMsg() 46 SoftBusEvtReportMsg *msg = (SoftBusEvtReportMsg *)SoftBusCalloc(sizeof(SoftBusEvtReportMsg)); in SoftbusCreateEvtReportMsg() local
|
/ohos5.0/drivers/hdf_core/framework/support/platform/test/unittest/common/ |
H A D | hdf_platform_queue_test.cpp | 55 struct HdfTestMsg msg = {TEST_PAL_QUEUE_TYPE, PLAT_QUEUE_TEST_ADD_AND_WAIT, -1}; variable 67 struct HdfTestMsg msg = {TEST_PAL_QUEUE_TYPE, PLAT_QUEUE_TEST_RELIABILITY, -1}; variable
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/ |
H A D | platform_queue.c | 29 static int32_t PlatformQueueNextMsg(struct PlatformQueue *queue, struct PlatformMsg **msg) in PlatformQueueNextMsg() 52 struct PlatformMsg *msg = NULL; in PlatformQueueWorker() local 150 int32_t PlatformQueueAddMsg(struct PlatformQueue *queue, struct PlatformMsg *msg) in PlatformQueueAddMsg() 173 int32_t PlatformQueueGetMsg(struct PlatformQueue *queue, struct PlatformMsg **msg, uint32_t tms) in PlatformQueueGetMsg()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
H A D | dfx_dump_catcher.cpp | 96 bool DfxDumpCatcher::DoDumpCurrTid(const size_t skipFrameNum, std::string& msg, size_t maxFrameNums) in DoDumpCurrTid() 109 bool DfxDumpCatcher::DoDumpLocalTid(const int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalTid() 124 bool DfxDumpCatcher::DoDumpLocalPid(int pid, std::string& msg, size_t maxFrameNums) in DoDumpLocalPid() 162 bool DfxDumpCatcher::DoDumpLocalLocked(int pid, int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalLocked() 182 bool DfxDumpCatcher::DumpCatchMix(int pid, int tid, std::string& msg) in DumpCatchMix() 188 uint64_t requestTime, bool ret, std::string& msg, void* retAddr) in ReportDumpCatcherStats() 240 int DfxDumpCatcher::DumpCatchProcess(int pid, std::string& msg, size_t maxFrameNums, bool isJson) in DumpCatchProcess() 358 int DfxDumpCatcher::DoDumpRemotePid(int pid, std::string& msg, bool isJson, int32_t timeout) in DoDumpRemotePid() 557 bool DfxDumpCatcher::DoReadBuf(int fd, std::string& msg) in DoReadBuf() 575 bool DfxDumpCatcher::DoReadRes(int fd, bool &ret, std::string& msg) in DoReadRes() [all …]
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
H A D | MediaEqualizerTest.java | 96 String msg = "test1_0ConstructorAndRelease()"; in test0_0ConstructorAndRelease() local 128 String msg = "test1_0BandLevel()"; in test1_0BandLevel() local 164 String msg = "test1_1BandFrequency()"; in test1_1BandFrequency() local 196 String msg = "test1_2Presets()"; in test1_2Presets() local 226 String msg = "test1_3Properties()"; in test1_3Properties() local
|
/aosp14/frameworks/base/cmds/idmap2/include/idmap2/ |
H A D | LogInfo.h | 56 inline void Info(const LogMessage& msg) { in Info() 60 inline void Warning(const LogMessage& msg) { in Warning()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_datahead_transform.c | 45 void PackProxyMessageHead(ProxyMessageHead *msg) in PackProxyMessageHead() 55 void UnpackProxyMessageHead(ProxyMessageHead *msg) in UnpackProxyMessageHead()
|
/ohos5.0/drivers/hdf_core/framework/model/audio/common/test/unittest/common/ |
H A D | audio_dsp_base_test.cpp | 44 struct HdfTestMsg msg = {g_testAudioType, TESTDSPGETSERVICENAME, -1}; variable 50 struct HdfTestMsg msg = {g_testAudioType, TESTDSPGETDAINAME, -1}; variable
|
/ohos5.0/drivers/hdf_core/framework/model/audio/core/test/unittest/common/ |
H A D | audio_host_test.cpp | 44 struct HdfTestMsg msg = {g_testAudioType, TEST_AUDIOHOSTCREATEANDBIND, -1}; variable 50 struct HdfTestMsg msg = {g_testAudioType, TEST_GETCARDINSTANCE, -1}; variable
|
H A D | audio_parse_test.cpp | 44 struct HdfTestMsg msg = {g_testAudioType, TEST_AUDIOFILLCONFIGDATA, -1}; variable 50 struct HdfTestMsg msg = {g_testAudioType, TEST_CODECGETREGCONFIG, -1}; variable
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/behaviour/ |
H A D | behaviour_reporter_impl.cpp | 19 ReportStatus BehaviourReporterImpl::Report(const BehaviourMsg &msg) in Report() 25 ReportStatus BehaviourReporterImpl::UDMFReport(const UdmfBehaviourMsg &msg) in UDMFReport()
|
/ohos5.0/drivers/peripheral/wlan/test/unittest/common/ |
H A D | hdf_net_buff_test.cpp | 60 struct HdfTestMsg msg = {TEST_WIFI_TYPE, WIFI_NET_BUF_TEST, -1}; variable 72 struct HdfTestMsg msg = {TEST_WIFI_TYPE, WIFI_NET_BUF_QUEUE_TEST, -1}; variable
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/utils/ |
H A D | WatchableTester.java | 72 public void verify(int want, String msg) { in verify() 78 public void verifyChangeReported(String msg) { in verifyChangeReported() 84 public void verifyNoChangeReported(String msg) { in verifyNoChangeReported()
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/ |
H A D | softbus_dfx_test.cpp | 353 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); variable 368 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); variable 382 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); variable 396 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); variable 410 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); variable 425 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); variable
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/softbus_message_open_channel_test/ |
H A D | softbus_message_open_channel_test.cpp | 59 cJSON *msg = cJSON_CreateObject(); in TestGetMsgPack() local 89 int32_t TestTransAuthChannelMsgPack(cJSON *msg, const AppInfo *appInfo) in TestTransAuthChannelMsgPack() 115 char *msg = PackError(errCode, NULL); variable 140 char *msg = PackRequest(NULL); variable 198 char *msg = PackReply(NULL); variable 319 cJSON *msg = cJSON_CreateObject(); variable
|
/ohos5.0/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessservicestub_fuzzer/ |
H A D | fileaccessservicestub_fuzzer.cpp | 45 MessageParcel msg; in OnRemoteRequestFuzzTest() local 64 MessageParcel msg; in CmdOnChangeFuzzTest() local 78 MessageParcel msg; in CmdRegisterNotifyFuzzTest() local 97 MessageParcel msg; in CmdUnregisterNotifyFuzzTest() local 110 MessageParcel msg; in CmdGetExensionProxyFuzzTest() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_avdtp.cpp | 288 std::unique_ptr<A2dpAvdtMsg> msg = std::make_unique<A2dpAvdtMsg>(); in ProcAvdtpEvent() local 309 const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpDisconnectInd() 424 const uint16_t handle, const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpOpenInd() 473 const BtAddr bdAddr, const uint16_t handle, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpCloseChannelInd() 539 const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpConnectCFM() 568 …nt8_t A2dpAvdtp::ParseAvdtpDisconnectCFM(const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpDisconnectCFM() 588 const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpDiscoverCFM() 742 const uint8_t role, const A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpGetConfigureCFM() 888 const uint8_t role, const A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpAbortCFM() 907 const uint8_t role, const A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpWriteCFM() [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/ |
H A D | multi_sta_state_machine.cpp | 124 bool MultiStaStateMachine::DefaultState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg() 150 bool MultiStaStateMachine::IdleState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg() 169 void MultiStaStateMachine::IdleState::HandleStartInIdleState(InternalMessagePtr msg) in HandleStartInIdleState() 197 bool MultiStaStateMachine::StartedState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | BadTypeParcelableException.java | 21 BadTypeParcelableException(String msg) { in BadTypeParcelableException() 27 BadTypeParcelableException(String msg, Throwable cause) { in BadTypeParcelableException()
|
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
H A D | AssociationServiceException.java | 24 public AssociationServiceException(String msg) { in AssociationServiceException() 28 public AssociationServiceException(String msg, Exception e) { in AssociationServiceException()
|