Home
last modified time | relevance | path

Searched defs:msg (Results 476 – 500 of 1298) sorted by relevance

1...<<11121314151617181920>>...52

/ohos5.0/foundation/distributedhardware/distributed_input/test/fuzztest/distributedinputtransportbase_fuzzer/
H A Ddistributed_input_transport_base_fuzzer.cpp53 const char *msg = reinterpret_cast<const char *>(data); in OnBytesReceivedFuzzTest() local
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp1101 std::string msg = "(0075 665"; variable
1226 std::string msg = "00222a-86753564A-"; variable
1256 std::string msg = "00222a-86753564A-"; variable
1296 std::string msg = "00222a-86753564A-"; variable
1327 std::string msg = "00222a-86753564A-"; variable
1357 std::string msg = "00222a-86753564A-"; variable
1508 std::string msg = "1 800 234 45 67A-"; variable
1843 std::string msg = "1 800 234 45"; variable
1865 std::string msg = "A-1 800 234 45 67"; variable
1899 std::string msg = "13649372A-"; variable
[all …]
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dexts.rs121 let mut msg = MsgParcel::new(); in serialize_test() localVariable
148 let mut msg = MsgParcel::new(); in deserialize_test() localVariable
/ohos5.0/foundation/communication/netstack/test/unittest/utils/profiler_utils/
H A DNetstackNetworkProfilerUtilsTest.cpp62 DfxMessage msg{}; in Parse() local
110 DfxMessage msg = mockInstance.Parse(); variable
/ohos5.0/foundation/ai/ai_engine/services/common/protocol/data_channel/source/
H A Drequest.cpp109 void Request::SetMsg(const DataInfo &msg) in SetMsg()
181 void IRequest::SetMsg(const DataInfo &msg) in SetMsg()
/ohos5.0/base/update/updater/utils/
H A Dutils.cpp62 struct UpdateMessage msg {}; in UpdateInfoInMisc() struct
199 …tRebootMisc(const std::string& rebootTarget, const std::string &extData, struct UpdateMessage &msg) in SetRebootMisc()
231 struct UpdateMessage msg = {}; in UpdaterDoReboot() local
264 UpdateMessage msg = {}; in DoShutdown() local
823 struct UpdateMessage msg {}; in SetMessageToMisc() struct
869 struct UpdateMessage msg {}; in SetCmdToMisc() struct
898 struct UpdateMessage msg {}; in SetFaultInfoToMisc() struct
917 struct UpdateMessage msg = {}; in CheckFaultInfo() local
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Druim_file_controller.cpp41 SimIoRequestInfo msg; in ObtainTransparentImg() local
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/platform/include/
H A Dspi_dev.h39 struct SpiMsg *msg; member
/ohos5.0/base/security/device_security_level/services/sa/lite/
H A Ddslm_service.c54 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
/ohos5.0/drivers/hdf_core/framework/support/platform/test/unittest/common/
H A Dhdf_mipi_dsi_test.cpp53 struct HdfTestMsg msg = {TEST_PAL_MIPI_DSI_TYPE, (uint8_t)cmd, -1}; in MipiDsiTest() local
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/bbox/
H A Dfault_logger_fd_manager.cpp78 std::string msg = errLog; in WriteFaultLogger() local
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dmessage_looper.h27 MsgInfo *msg; member
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Dexecutor_messenger_client.cpp33 const std::shared_ptr<AuthMessage> &msg) in SendData()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dqueue.h36 static __inline FillpErrorType FillpQueuePush(FillpQueue *q, void **msg, FILLP_INT isTryPush, FILLP… in FillpQueuePush()
53 static __inline FILLP_INT FillpQueuePop(FillpQueue *q, void **msg, FILLP_UINT count) in FillpQueuePop()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_time_sync_test.cpp333 Message *msg = new (std::nothrow) Message(); variable
401 Message *msg = new (std::nothrow) Message(); variable
/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/
H A Dcan_client.c104 int32_t CanClientWriteMsg(struct CanClient *client, const struct CanMsg *msg) in CanClientWriteMsg()
113 int32_t CanClientReadMsg(struct CanClient *client, struct CanMsg *msg, uint32_t tms) in CanClientReadMsg()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dddk_uevent_handle.c87 static void DdkHandleUevent(const char msg[], ssize_t rcvLen) in DdkHandleUevent()
173 char msg[UEVENT_MSG_LEN]; in DdkUeventMain() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwareservice/src/
H A Ddistributed_hardware_service_test.cpp107 std::string msg; variable
123 std::string msg = "msg"; variable
/ohos5.0/base/update/updater/interfaces/kits/updaterkits/
H A Dupdaterkits.cpp135 static int AddPkgPath(struct UpdateMessage &msg, size_t updateOffset, const std::vector<std::string… in AddPkgPath()
161 struct UpdateMessage msg {}; in RebootAndInstallSdcardPackage() struct
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_conn_common.c87 static void ConnFreeMessage(SoftBusMessage *msg) in ConnFreeMessage()
100 SoftBusMessage *msg = (SoftBusMessage *)SoftBusCalloc(sizeof(SoftBusMessage)); in ConnPostMsgToLooper() local
196 int32_t GetMsg(ConnectionQueue *queue, void **msg, bool *isFull, QueuePriority leastPriority) in GetMsg()
/ohos5.0/commonlibrary/rust/ylong_json/tests/
H A Dsdv_adapter_test.rs180 let msg = null_mut::<c_char>(); in sdv_adapter_parse_and_print() localVariable
191 let msg = null_mut::<c_char>(); in sdv_adapter_parse_and_print() localVariable
226 let msg = null_mut::<c_char>(); in sdv_adapter_parse_memory_check() localVariable
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_network_info.c51 static uint32_t ConvertMsgToCapability(uint32_t *capability, const uint8_t *msg, uint32_t len) in ConvertMsgToCapability()
103 …eceiveCapaSyncInfoMsg(LnnSyncInfoType type, const char *networkId, const uint8_t *msg, uint32_t le… in OnReceiveCapaSyncInfoMsg()
171 static void DoSendCapability(NodeInfo nodeInfo, NodeBasicInfo netInfo, uint8_t *msg, uint32_t netCa… in DoSendCapability()
197 uint8_t *msg = ConvertCapabilityToMsg(netCapability); in SendNetCapabilityToRemote() local
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_buffer.cpp69 const string msg = "========Zeroth log of type: "; in InitBuffHead() local
88 size_t HilogBuffer::Insert(const HilogMsg& msg, bool& isFull) in Insert()
250 const string msg = "========Slow reader missed log lines: "; in Query() local
414 static int GenerateHilogMsgInside(HilogMsg& hilogMsg, const string& msg, uint16_t logType) in GenerateHilogMsgInside()
/ohos5.0/foundation/window/window_manager/utils/src/
H A Djs_err_utils.cpp240 napi_value JsErrUtils::CreateJsError(napi_env env, const WMError& errorCode, std::string msg) in CreateJsError()
248 napi_value JsErrUtils::CreateJsError(napi_env env, const WmErrorCode& errorCode, std::string msg) in CreateJsError()
256 napi_value JsErrUtils::CreateJsError(napi_env env, const DMError& errorCode, std::string msg) in CreateJsError()
264 napi_value JsErrUtils::CreateJsError(napi_env env, const DmErrorCode& errorCode, std::string msg) in CreateJsError()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_engine.c40 int32_t HksCryptoHalHmac(const struct HksBlob *key, uint32_t digestAlg, const struct HksBlob *msg, in HksCryptoHalHmac()
78 int32_t HksCryptoHalHmacFinal(const struct HksBlob *msg, void **ctx, struct HksBlob *mac) in HksCryptoHalHmacFinal()
103 int32_t HksCryptoHalHash(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash) in HksCryptoHalHash()
118 int32_t HksCryptoHalHashUpdate(const struct HksBlob *msg, void *ctx) in HksCryptoHalHashUpdate()
131 int32_t HksCryptoHalHashFinal(const struct HksBlob *msg, void **ctx, struct HksBlob *hash) in HksCryptoHalHashFinal()

1...<<11121314151617181920>>...52