/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_plugin_example3/ |
H A D | bundle_plugin_example3.cpp | 62 void BundlePluginExample3::OnEventListeningCallback(const Event &msg) in OnEventListeningCallback()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/ |
H A D | distributeddata_dfx_mst_test.cpp | 65 struct CommFaultMsg msg{.userId = "user001", .appId = "myApp", .storeId = "storeTest"}; struct
|
/ohos5.0/base/powermgr/thermal_manager/frameworks/napi/ |
H A D | napi_errors.cpp | 35 std::string msg; in GetNapiError() local
|
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/ |
H A D | napi_error.cpp | 38 std::string msg; in GetNapiError() local
|
/ohos5.0/base/powermgr/battery_statistics/frameworks/napi/src/ |
H A D | napi_error.cpp | 38 std::string msg; in GetNapiError() local
|
/ohos5.0/base/powermgr/power_manager/frameworks/napi/utils/ |
H A D | napi_errors.cpp | 36 std::string msg; in GetNapiError() local
|
/ohos5.0/build/ohos/packages/ |
H A D | check_seccomp_library_name.py | 26 def __init__(self, msg): argument
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_msg_wrapper_test/ |
H A D | ams_service_app_spawn_msg_wrapper_test.cpp | 376 AppSpawnMsg *msg = (AppSpawnMsg *)appSpawnMsgWrapper->GetMsgBuf(); variable 404 AppSpawnMsg *msg = (AppSpawnMsg *)appSpawnMsgWrapper->GetMsgBuf(); variable
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/utils/event/ |
H A D | camera_hal_hisysevent.cpp | 51 char msg[MAX_STRING_SIZE] = {0}; in CreateMsg() local 70 void CameraHalHisysevent::WriteFaultHisysEvent(const std::string &name, const std::string &msg) in WriteFaultHisysEvent()
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/spi/ |
H A D | spi_if.c | 53 struct SpiMsg msg = {0}; in SpiRead() local 63 struct SpiMsg msg = {0}; in SpiWrite() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | device_manager.cpp | 49 func.computeFunc = [](const Message *msg) { in RegisterTransformFunc() 146 Message *msg = new (std::nothrow) Message(); in SendLocalDataChanged() local
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/ |
H A D | hdmi_event.c | 178 static int32_t HdmiEventCecMsgHandle(struct HdmiCntlr *cntlr, struct HdmiCecMsg *msg) in HdmiEventCecMsgHandle() 197 int32_t HdmiEventMsgHandleDefault(struct PlatformQueue *queue, struct PlatformMsg *msg) in HdmiEventMsgHandleDefault()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/runner_runtime/ |
H A D | js_test_runner.cpp | 221 void JsTestRunner::ReportFinished(const std::string &msg) in ReportFinished() 233 void JsTestRunner::ReportStatus(const std::string &msg) in ReportStatus()
|
/ohos5.0/base/security/asset/test/unittest/module_test/src/ |
H A D | huks_wrapper_test.cpp | 105 uint8_t msg[6] = { 1, 2, 3, 4, 5, 6 }; variable 130 uint8_t msg[6] = { 1, 2, 3, 4, 5, 6 }; variable
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/dma/ |
H A D | dmac_core.c | 246 static struct DmacChanInfo *DmacRequestChannel(struct DmaCntlr *cntlr, struct DmacMsg *msg) in DmacRequestChannel() 392 static int32_t DmacPeriphTransfer(struct DmaCntlr *cntlr, struct DmacMsg *msg) in DmacPeriphTransfer() 432 static int32_t DmacM2mTransfer(struct DmaCntlr *cntlr, struct DmacMsg *msg) in DmacM2mTransfer() 486 int32_t DmaCntlrTransfer(struct DmaCntlr *cntlr, struct DmacMsg *msg) in DmaCntlrTransfer()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/ |
H A D | mock_state_machine.cpp | 45 void StateMachine::SendMessage(InternalMessagePtr msg) in SendMessage() 92 void StateMachine::NotExecutedMessage(const InternalMessagePtr msg) in NotExecutedMessage() 178 void StateMachine::MessageExecutedLater(InternalMessagePtr msg, int64_t delayTimeMs) in MessageExecutedLater() 198 void StateMachine::DelayMessage(const InternalMessagePtr msg) in DelayMessage()
|
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/src/ |
H A D | mdns_packet_parser.cpp | 75 MDnsMessage msg; in FromBytes() local 81 MDnsPayload MDnsPayloadParser::ToBytes(const MDnsMessage &msg) in ToBytes() 90 …nt8_t *MDnsPayloadParser::Parse(const uint8_t *begin, const MDnsPayload &payload, MDnsMessage &msg) in Parse() 314 void MDnsPayloadParser::Serialize(const MDnsMessage &msg, MDnsPayload &payload, MDnsPayload *cached… in Serialize() 338 void MDnsPayloadParser::SerializeHeader(const DNSProto::Header &header, const MDnsMessage &msg, MDn… in SerializeHeader()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/ |
H A D | UTTest_softbus_listener.cpp | 723 std::string msg = "123"; variable 740 char *msg = nullptr; variable 750 char *msg = nullptr; variable 760 char msg[MAX_SOFTBUS_MSG_LEN + 1] = "This is a long message"; variable 770 char msg[MAX_SOFTBUS_MSG_LEN - 1] = "Valid message"; variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_display_badge.cpp | 193 std::string msg = "Mandatory parameters are left unspecified. Expect exactly two."; in ParseParameters() local 202 std::string msg = "Incorrect parameter types.The type of badgeNumber must be number."; in ParseParameters() local 212 std::string msg = "Incorrect parameter types.The type of badgeNumber must be number."; in ParseParameters() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_profile.cpp | 127 utility::Message msg(AVRC_CT_SM_EVENT_TO_DISABLE_STATE); in Disable() local 366 utility::Message msg(AVRC_CT_SM_EVENT_PASS_THROUGH); in SendPassCmd() local 469 utility::Message msg(AVRC_CT_SM_EVENT_UNIT_INFO); in SendUnitCmd() local 535 utility::Message msg(AVRC_CT_SM_EVENT_INVALID); in SendNextUnitCmd() local 637 utility::Message msg(event); in SendVendorCmd() local 1689 utility::Message msg(event); in SendBrowseCmd() local 2022 utility::Message msg(AVRC_CT_SM_EVENT_INVALID); in ProcessChannelEventConnectIndEvt() local 2056 utility::Message msg(AVRC_CT_SM_EVENT_INVALID); in ProcessChannelEventConnectCfmEvt() local 2102 utility::Message msg(AVRC_CT_SM_EVENT_INVALID); in ProcessChannelEventDisconnectCfmEvt() local 2130 utility::Message msg(AVRC_CT_SM_EVENT_INVALID); in ProcessChannelEventBrConnectIndEvt() local [all …]
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/ |
H A D | kmsg_parser.cpp | 91 HilogMsg& msg = msgWrap.GetHilogMsg(); in ParseKmsg() local
|
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | input_control_channel_stub.cpp | 66 Message *msg = new (std::nothrow) Message(MessageID::MSG_ID_HIDE_KEYBOARD_SELF, parcel); in HideKeyboardSelf() local
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | authorizing_negotiation_request_state.cpp | 45 bool AuthorizingNegotiationRequestState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
|
H A D | p2p_disabled_state.cpp | 59 bool P2pDisabledState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/publisher/src/ |
H A D | publisher_item_test.cpp | 94 std::string msg(MESSAGE_LEN, 'a'); variable
|