Home
last modified time | relevance | path

Searched defs:msg (Results 826 – 850 of 1298) sorted by relevance

1...<<31323334353637383940>>...52

/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dexecutor_message_test.cpp237 Uint8Array msg = { (uint8_t *)Malloc(MAX_EXECUTOR_MSG_LEN), MAX_EXECUTOR_MSG_LEN }; variable
398 ExecutorMsg *msg = (ExecutorMsg *)Malloc(sizeof(ExecutorMsg)); variable
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_executor_stub.cpp134 bool SendMessage(ExecutorRole dstRole, const std::vector<uint8_t> &msg) override in SendMessage()
326 int32_t RemoteExecutorStub::OnMessage(ExecutorRole dstRole, const std::vector<uint8_t> &msg) in OnMessage()
/ohos5.0/base/powermgr/display_manager/state_manager/frameworks/napi/
H A Dbrightness.cpp222 void Brightness::Result::Error(int32_t code, const std::string& msg) in Error()
252 std::string msg; in GetError() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service.cpp689 InternalMessagePtr msg = pStaStateMachine->CreateMessage(); in StartWps() local
830 InternalMessagePtr msg = m_stateMachineObj.CreateMessage(); in OnWifiCountryCodeChanged() local
957 InternalMessagePtr msg = pStaStateMachine->CreateMessage(); in EnableHiLinkHandshake() local
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_cdma_sms_test.cpp529 CdmaTransportMsg msg; variable
537 CdmaTransportMsg msg; variable
548 CdmaTransportMsg msg; variable
604 CdmaTransportMsg msg; variable
641 CdmaTransportMsg msg; variable
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_sms.c258 HRilSmsWriteSms *msg = NULL; in WriteSimMessage() local
309 HRilSmsWriteSms *msg = NULL; in UpdateSimMessage() local
355 … const ReqDataInfo *requestInfo, const HRilSmsWriteSms *data, size_t dataLen, HRilSmsWriteSms *msg) in CheckSimMessageValid()
385 HRilSmsWriteSms *msg = NULL; in ReqWriteSimMessage() local
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A DMainEditor.js1436 dropAllLocked(msg, x, y) { argument
1448 procTouch(msg, x, y) { argument
1867 onError(msg) {} argument
1868 onTouch(msg, x, y) { argument
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddfx_module.cpp161 char *msg = uIDumpDomTree->DumpDomNode(viewId); in DumpDomTree() local
/ohos5.0/foundation/communication/ipc/ipc/test/ipc/server/
H A Dipc_test_server.c61 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_trans_test.cpp278 void *msg = nullptr; variable
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h159 …virtual int FinishUserTest(const std::string& msg, const int64_t& resultCode, const std::string& b… in FinishUserTest()
/ohos5.0/foundation/ability/ability_runtime/tools/test/mock/
H A Dmock_ability_manager_stub.h238 const std::string& msg, const int64_t& resultCode, const std::string& bundleName) override in FinishUserTest()
/ohos5.0/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/
H A Dhiview_log.h325 char msg[0]; member
/ohos5.0/base/startup/init/services/param/linux/
H A Dparam_message.h70 ParamMessage msg; member
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dcloud_file_utils_mock.cpp50 void CloudFileUtils::Str2HashBuf(const char *msg, size_t len, uint32_t *buf, int num) in Str2HashBuf()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_group_operating_state.cpp372 bool P2pGroupOperatingState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/
H A Dschedule_node_fuzzer.cpp170 std::vector<uint8_t> msg; in FuzzScheduleNodeSendMessage() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dhiview_adapter.cpp105 void HiViewAdapter::ReportPasteboardFault(int dfxCode, const PasteboardFaultMsg &msg) in ReportPasteboardFault()
256 void HiViewAdapter::ReportPasteboardBehaviour(const PasteboardBehaviourMsg &msg) in ReportPasteboardBehaviour()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H A Dability_delegator.cpp344 void AbilityDelegator::Print(const std::string &msg) in Print()
699 void AbilityDelegator::FinishUserTest(const std::string &msg, const int64_t resultCode) in FinishUserTest()
/ohos5.0/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c155 static void HostRndisMsgIndicate(struct UsbnetHost *usbNet, struct RndisIndicate *msg, int buflen) in HostRndisMsgIndicate()
182 struct RndisKeepaliveC *msg = (void *)buf; in UsbnetHostHandleNonRsp() local
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/provision/
H A Dprovision_verify.cpp262 #define RETURN_IF_STRING_IS_EMPTY(str, msg) \ argument
268 #define RETURN_IF_INT_IS_NON_POSITIVE(num, msg) \ argument
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor_test.cpp542 .WillOnce([](int32_t channelId, const NegotiateMessage &msg) { in __anonaf3f7aee1e02()
548 .WillOnce([](int32_t channelId, const NegotiateMessage &msg) { in __anonaf3f7aee1f02()
742 .WillOnce([](int32_t channelId, const NegotiateMessage &msg) { in __anonaf3f7aee2602()
922 .WillOnce([](int32_t channelId, const NegotiateMessage &msg) { in __anonaf3f7aee2a02()
1429 .WillOnce([](int32_t channelId, const NegotiateMessage &msg) { in __anonaf3f7aee3d02()
1434 .WillRepeatedly([](int32_t channelId, const NegotiateMessage &msg) { in __anonaf3f7aee3e02()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_complex_sync_test.cpp374 const std::string &target, DistributedDB::Message *msg) { in __anonb4f3bed90302()
431 …_communicatorAggregator->RegOnDispatch([](const std::string &target, DistributedDB::Message *msg) { in __anonb4f3bed90502()
449 …_communicatorAggregator->RegOnDispatch([](const std::string &target, DistributedDB::Message *msg) { in __anonb4f3bed90702()
566 …nicatorAggregator->RegOnDispatch([&sleep](const std::string &target, DistributedDB::Message *msg) { in __anonb4f3bed90d02()
619 …_communicatorAggregator->RegOnDispatch([](const std::string &target, DistributedDB::Message *msg) { in __anonb4f3bed91102()
2302 …_communicatorAggregator->RegOnDispatch([](const std::string &target, DistributedDB::Message *msg) { in __anonb4f3bed91d02()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dinstant_statistics.cpp951 static void FreeMessageFunc(SoftBusMessage *msg) in FreeMessageFunc()
964 SoftBusMessage *msg = static_cast<SoftBusMessage *>(SoftBusMalloc(sizeof(SoftBusMessage))); in CreateMessage() local
992 void InstRegister(SoftBusMessage *msg) in InstRegister()
/ohos5.0/drivers/external_device_manager/frameworks/js/napi/device_manager/
H A Ddevice_manager_middle.cpp304 napi_value msg = nullptr; in CreateBusinessError() local
328 napi_value msg = nullptr; in ConvertToBusinessError() local
351 auto msg = GetNapiError(errCode); in ThrowErr() local

1...<<31323334353637383940>>...52