Home
last modified time | relevance | path

Searched defs:sendMsg (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/base/security/device_auth/services/session_manager/src/session/
H A Ddev_session_fwk.c41 static int32_t StartV1Session(SessionImpl *impl, CJson **sendMsg) in StartV1Session()
116 static int32_t PackSendMsg(SessionImpl *impl, CJson *sessionMsg, CJson *sendMsg) in PackSendMsg()
133 static int32_t SendJsonMsg(const SessionImpl *impl, const CJson *sendMsg) in SendJsonMsg()
151 CJson *sendMsg = CreateJson(); in SendSessionMsg() local
193 static int32_t AddSessionInfo(SessionImpl *impl, CJson *sendMsg) in AddSessionInfo()
202 static int32_t StartV2Session(SessionImpl *impl, CJson *sendMsg) in StartV2Session()
303 CJson *sendMsg = NULL; in StartSession() local
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/sysevent/
H A Dsysevent.cpp27 …std::string sendMsg = std::string((ctime(&cur_time) == nullptr) ? "" : ctime(&cur_time)) + "\n" + … in TaskTimeoutReport() local
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_task.cpp164 std::string sendMsg = name + " occured " + std::to_string(countLimit) + " times in " + in TimerCountTask() local
206 std::string sendMsg = std::string((ctime(&curTime) == nullptr) ? "" : ctime(&curTime)) + in SendEvent() local
246 std::string sendMsg = std::string((ctime(&curTime) == nullptr) ? "" : ctime(&curTime)) + "\n" + in SendXCollieEvent() local
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/protocol_lib/
H A Diso_protocol_test.cpp359 CJson *sendMsg = nullptr; variable
373 CJson *sendMsg = nullptr; variable
404 CJson *sendMsg = nullptr; variable
421 CJson *sendMsg = nullptr; variable
H A Ddl_speke_protocol_test.cpp412 CJson *sendMsg = nullptr; variable
426 CJson *sendMsg = nullptr; variable
457 CJson *sendMsg = nullptr; variable
474 CJson *sendMsg = nullptr; variable
H A Dec_speke_protocol_test.cpp420 CJson *sendMsg = nullptr; variable
434 CJson *sendMsg = nullptr; variable
465 CJson *sendMsg = nullptr; variable
482 CJson *sendMsg = nullptr; variable
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/channel_manager/soft_bus_channel/
H A Dsoft_bus_channel.h29 int32_t (*sendMsg)(int64_t channelId, const uint8_t *data, uint32_t dataLen); member
/ohos5.0/base/security/device_auth/test/fuzztest/protocol/iso_fuzzer/
H A Diso_fuzzer.cpp253 CJson *sendMsg = nullptr; in IsoTest16() local
263 CJson *sendMsg = nullptr; in IsoTest17() local
285 CJson *sendMsg = nullptr; in IsoTest19() local
297 CJson *sendMsg = nullptr; in IsoTest20() local
/ohos5.0/base/security/device_auth/test/fuzztest/protocol/dlspeke_fuzzer/
H A Ddlspeke_fuzzer.cpp311 CJson *sendMsg = nullptr; in DlSpekeTest16() local
323 CJson *sendMsg = nullptr; in DlSpekeTest17() local
350 CJson *sendMsg = nullptr; in DlSpekeTest19() local
365 CJson *sendMsg = nullptr; in DlSpekeTest20() local
/ohos5.0/base/security/device_auth/test/fuzztest/protocol/ecspeke_fuzzer/
H A Decspeke_fuzzer.cpp317 CJson *sendMsg = nullptr; in ECSpekeTest17() local
329 CJson *sendMsg = nullptr; in ECSpekeTest18() local
356 CJson *sendMsg = nullptr; in ECSpekeTest20() local
371 CJson *sendMsg = nullptr; in ECSpekeTest21() local
/ohos5.0/base/startup/init/services/begetctl/
H A Ddump_service.c69 static void DumpAppspawnClientInit(const char *cmd, CallbackSendMsgProcess sendMsg) in DumpAppspawnClientInit()
H A Dsandbox.cpp151 static void CmdAppspawnClientInit(const char *cmd, CallbackSendMsgProcess sendMsg) in CmdAppspawnClientInit()
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dmutex_private.h51 std::string sendMsg = std::string((ctime(&cur_time) == nullptr) ? "" : ctime(&cur_time)) + in SendEvent() local
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dwatchdog_task.cpp150 std::string sendMsg = std::string((ctime(&curTime) == nullptr) ? "" : ctime(&curTime)) + in SendEvent() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_deep_test.cpp536 Message *sendMsg = BuildRegedGiantMessage(dataLength); variable
998 Message *sendMsg = BuildRegedGiantMessage(dataLength); variable
1043 Message *sendMsg = BuildRegedGiantMessage(dataLength); variable
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/
H A Dauth_sub_session_test.cpp602 CJson *sendMsg = nullptr; variable
616 CJson *sendMsg = nullptr; variable
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/
H A Dexpand_sub_session.c326 static int32_t BuildEncData(ExpandSubSessionImpl *impl, CJson *sendCmdList, CJson *sendMsg) in BuildEncData()
368 CJson *sendMsg = CreateJson(); in PackSendMsg() local
/ohos5.0/drivers/hdf_core/framework/support/platform/include/can/
H A Dcan_core.h39 int32_t (*sendMsg)(struct CanCntlr *cntlr, const struct CanMsg *msg); member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_p2p.c518 char *sendMsg = (char*)SoftBusCalloc(strLen + sizeof(int64_t) + sizeof(int64_t)); in SendVerifyP2pFailRsp() local
549 char *sendMsg = (char *)SoftBusCalloc(strLen + sizeof(int64_t) + sizeof(int64_t)); in SendVerifyP2pRsp() local
938 char *sendMsg = (char*)SoftBusCalloc(strLen + sizeof(int64_t) + sizeof(int64_t)); in StartVerifyP2pInfo() local
/ohos5.0/base/security/device_auth/test/fuzztest/session_manager/session/v2/auth_sub_session/authsubsession_fuzzer/
H A Dauthsubsession_fuzzer.cpp449 CJson *sendMsg = nullptr; in AuthSubSessionTest23() local
460 CJson *sendMsg = nullptr; in AuthSubSessionTest24() local
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_service_test.cpp227 auto sendMsg = [this](AppSpawnClientHandle clientHandle) { in __anonae1553f40102() variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_test.cpp64 bool sendMsg = false; variable
78 bool sendMsg = false; variable
477 bool sendMsg = false; variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/dfx/source/
H A Dhisysevent_adapter.cpp239 void WatchDogSendEvent(int32_t pid, uint32_t uid, const std::string& sendMsg, in WatchDogSendEvent()
/ohos5.0/base/startup/appspawn/test/moduletest/
H A Dappspawn_test_cmder.cpp96 int sendMsg = 0; in ProcessArgs() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_message.c130 Packet *sendMsg = PacketMalloc(AVDT_BUFFER_START, 0, 0); in AvdtSendFragStart() local
156 Packet *sendMsg = PacketMalloc(AVDT_BUFFER_END, 0, 0); in AvdtSendFragContinueEnd() local

12