| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| H A D | dfx_logger.cpp | 52 void DfxLogToSocket(const char *msg) in DfxLogToSocket() argument
|
| /base/hiviewdfx/faultloggerd/tools/dump_catcher/ |
| H A D | dump_catcher.cpp | 33 std::string msg = ""; in Dump() local
|
| /base/print/print_fwk/services/print_service/src/ |
| H A D | hisys_event_util.cpp | 23 void HisysEventUtil::reportBehaviorEvent(std::string name, int behaviorCode, const std::string &msg) in reportBehaviorEvent() argument 35 void HisysEventUtil::reportFaultEvent(std::string name, int faultCode, std::string scene, std::string msg) in reportFaultEvent() argument 48 void HisysEventUtil::reportPrintSuccess(const std::string &msg) in reportPrintSuccess() argument 53 void HisysEventUtil::faultPrint(std::string scene, std::string msg) in faultPrint() argument
|
| /base/security/device_security_level/baselib/msglib/src/utils/ |
| H A D | messenger_utils.c | 24 QueueMsgData *CreateQueueMsgData(const DeviceIdentify *devId, const uint8_t *msg, uint32_t msgLen, in CreateQueueMsgData() argument
|
| /base/startup/init/test/mock/hvb/libhvb/crypto/ |
| H A D | hvb_hash_sha256.c | 34 int hash_calc_update(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len) in hash_calc_update() argument 47 int hash_calc_do_final(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len, uint8_t *out, uint32_t out_len) in hash_calc_do_final() argument
|
| /base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/crypto_engine_test/src/ |
| H A D | hks_openssl_hash_test.cpp | 110 struct HksBlob msg = { 0 }; in HWTEST_F() local
|
| /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() argument
|
| /base/web/webview/interfaces/kits/napi/common/ |
| H A D | business_error.h | 26 static inline void ThrowError(napi_env env, int32_t err, const std::string& msg) in ThrowError() argument
|
| /device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
| H A D | Rockchip_OSAL_Log.c | 37 void _Rockchip_OSAL_Log(ROCKCHIP_LOG_LEVEL logLevel, OMX_U32 flag, const char *tag, const char *msg, ...) in _Rockchip_OSAL_Log() argument
|
| /foundation/CastEngine/castengine_wifi_display/tests/demo/network/ |
| H A D | network_client_demo.cpp | 78 string msg = "tcp/udp client OnClientConnect message.index=" + std::to_string(index++); variable
|
| /foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/ |
| H A D | mock_test_observer_stub.cpp | 24 void MockTestObserverStub::TestStatus(const std::string& msg, const int64_t& resultCode) in TestStatus() argument 29 void MockTestObserverStub::TestFinished(const std::string& msg, const int64_t& resultCode) in TestFinished() argument
|
| /foundation/ability/ability_lite/services/abilitymgr_lite/src/util/ |
| H A D | abilityms_status.cpp | 21 AbilityMsStatus::AbilityMsStatus(StatusCode code, const char *key, const char *msg)
in AbilityMsStatus() argument
|
| /foundation/CastEngine/castengine_wifi_display/tests/fuzztest/sink_fuzzer/wfdsinksetlistener_fuzzer/ |
| H A D | wfd_sink_set_listener_fuzzer.cpp | 20 void WfdListener::OnInfo(std::shared_ptr<BaseMsg> &msg) {} in OnInfo() argument
|
| /foundation/CastEngine/castengine_wifi_display/tests/fuzztest/source_fuzzer/wfdsourcesetlistener_fuzzer/ |
| H A D | wfd_source_set_listener_fuzzer.cpp | 20 void WfdListener::OnInfo(std::shared_ptr<BaseMsg> &msg) {} in OnInfo() argument
|
| /foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/ |
| H A D | ipc_msg_encoder.cpp | 34 auto msg = std::static_pointer_cast<BaseMsg>(sharingMsg); in DomainMsgEncode() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
| H A D | jstest_module.cpp | 37 char *msg = MallocStringOf(args[0]); in JSTestPrint() local
|
| /foundation/multimedia/camera_framework/services/camera_service/src/ |
| H A D | camera_info_dumper.cpp | 23 void CameraInfoDumper::Title(const char* msg) in Title() argument 35 void CameraInfoDumper::Title(const std::string msg) in Title() argument 39 void CameraInfoDumper::Msg(const char* msg) in Msg() argument 52 void CameraInfoDumper::Msg(const std::string msg) in Msg() argument 57 void CameraInfoDumper::Tip(const char* msg) in Tip() argument 63 Tip(const std::string msg) Tip() argument [all...] |
| /foundation/resourceschedule/ffrt/src/dfx/sysevent/ |
| H A D | sysevent.cpp | 22 std::string msg = ss.str(); in TaskTimeoutReport() local
|
| /foundation/communication/dsoftbus/tests/adapter/unittest/ |
| H A D | softbus_dfx_test.cpp | 353 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); in HWTEST_F() local 368 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); in HWTEST_F() local 382 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); in HWTEST_F() local 396 SoftBusEvtReportMsg* msg in HWTEST_F() local 410 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); HWTEST_F() local 425 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); HWTEST_F() local [all...] |
| /foundation/communication/ipc/interfaces/innerkits/rust/tests/ |
| H A D | interactive.rs | 75 let mut msg = unsafe { MsgParcel::from_ptr(GetTestMessageParcel()) }; interactive_msg_parcel_read() variables 81 let mut msg = MsgParcel::new(); interactive_msg_parcel_write() variables [all...] |
| /foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusadapterhisysevent_fuzzer/ |
| H A D | softbusadapterhisysevent_fuzzer.cpp | 26 static void CreateOpenSessionCntMsg(SoftBusEvtReportMsg* msg) in CreateOpenSessionCntMsg() argument 45 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(tmpParam); in SoftBusAdapterHiSysEventFuzzTest() local [all...] |
| /foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/command/ |
| H A D | simple_processor_selector.cpp | 47 std::shared_ptr<WifiDirectProcessor> SimpleProcessorSelector::operator()(NegotiateMessage &msg) in operator ()() argument
|
| H A D | negotiate_command.cpp | 22 NegotiateCommand::NegotiateCommand(const NegotiateMessage &msg, const std::shared_ptr<NegotiateChannel> &channel) in NegotiateCommand() argument
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
| H A D | ap_root_state.cpp | 40 bool ApRootState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg() argument
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
| H A D | p2p_group_formation_state.cpp | 38 bool P2pGroupFormationState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg() argument
|