Home
last modified time | relevance | path

Searched defs:msgType (Results 1 – 25 of 39) sorted by relevance

12

/base/startup/appspawn/test/fuzztest/appspawnclient_fuzzer/
Dappspawnclient_fuzzer.cpp45 AppSpawnMsgType msgType = static_cast<AppSpawnMsgType>(size); in FuzzAppSpawnReqMsgCreate() local
62 AppSpawnMsgType msgType = static_cast<AppSpawnMsgType>(size); in FuzzAppSpawnReqMsgAddStringInfo() local
78 AppSpawnMsgType msgType = static_cast<AppSpawnMsgType>(size); in FuzzAppSpawnTerminateMsgCreate() local
95 AppSpawnMsgType msgType = static_cast<AppSpawnMsgType>(size); in FuzzAppSpawnClientSendMsg() local
110 AppSpawnMsgType msgType = static_cast<AppSpawnMsgType>(size); in FuzzAppSpawnReqMsgFree() local
125 AppSpawnMsgType msgType = static_cast<AppSpawnMsgType>(size); in FuzzAppSpawnReqMsgSetBundleInfo() local
143 AppSpawnMsgType msgType = static_cast<AppSpawnMsgType>(size); in FuzzAppSpawnReqMsgSetAppFlag() local
160 AppSpawnMsgType msgType = static_cast<AppSpawnMsgType>(size); in FuzzAppSpawnReqMsgSetAppDacInfo() local
177 AppSpawnMsgType msgType = static_cast<AppSpawnMsgType>(size); in FuzzAppSpawnReqMsgSetAppDomainInfo() local
195 AppSpawnMsgType msgType = static_cast<AppSpawnMsgType>(size); in FuzzAppSpawnReqMsgSetAppInternetPermissionInfo() local
[all …]
/base/telephony/call_manager/test/unittest/distributed_communication_test/src/
Dinteroperable_server_manager_test.cpp56 int32_t msgType = 1; variable
74 int32_t msgType = 1; variable
Dinteroperable_data_controller_test.cpp71 InteroperableMsgType msgType = InteroperableMsgType::DATA_TYPE_UNKNOWN; variable
/base/telephony/call_manager/services/interoperable_call/src/
Dinteroperable_data_controller.cpp38 int32_t msgType = static_cast<int32_t>(InteroperableMsgType::DATA_TYPE_UNKNOWN); in OnReceiveMsg() local
100 std::string InteroperableDataController::CreateMuteMsg(InteroperableMsgType msgType, bool isMute) in CreateMuteMsg()
121 std::string InteroperableDataController::CreateMuteRingerMsg(InteroperableMsgType msgType) in CreateMuteRingerMsg()
177 std::string InteroperableDataController::CreateRequisitesDataMsg(InteroperableMsgType msgType, in CreateRequisitesDataMsg()
254 std::string InteroperableDataController::CreateQueryRequisitesDataMsg(InteroperableMsgType msgType, in CreateQueryRequisitesDataMsg()
Dinteroperable_server_manager.cpp53 void InteroperableServerManager::HandleSpecificMsg(int32_t msgType, const cJSON *msg) in HandleSpecificMsg()
/base/telephony/call_manager/test/fuzztest/distributedcommunication_fuzzer/
Ddistributed_communication_fuzzer.cpp40 DistributedMsgType msgType = static_cast<DistributedMsgType>( in TestCommonController() local
89 DistributedMsgType msgType = static_cast<DistributedMsgType>( in TestSinkController() local
128 DistributedMsgType msgType = static_cast<DistributedMsgType>( in TestSourceController() local
/base/telephony/call_manager/services/distributed_call/src/distributed_communication/
Ddistributed_data_controller.cpp34 int32_t msgType = static_cast<int32_t>(DistributedMsgType::UNKNOWN); in OnReceiveMsg() local
132 std::string DistributedDataController::CreateMuteMsg(DistributedMsgType msgType, bool isMute) in CreateMuteMsg()
160 std::string DistributedDataController::CreateMuteRingerMsg(DistributedMsgType msgType) in CreateMuteRingerMsg()
Ddistributed_data_source_controller.cpp90 void DistributedDataSourceController::HandleRecvMsg(int32_t msgType, const cJSON *msg) in HandleRecvMsg()
166 std::string DistributedDataSourceController::CreateDataRspMsg(DistributedMsgType msgType, uint32_t … in CreateDataRspMsg()
Ddistributed_data_sink_controller.cpp64 void DistributedDataSinkController::HandleRecvMsg(int32_t msgType, const cJSON *msg) in HandleRecvMsg()
126 std::string DistributedDataSinkController::CreateDataReqMsg(DistributedMsgType msgType, uint32_t it… in CreateDataReqMsg()
/base/useriam/user_auth_framework/services/remote_connect/src/
Dsoft_bus_message.cpp100 int32_t msgType = -1; in CreateMessage() local
151 int32_t msgType = -1; in ParseMessage() local
Dsoft_bus_base_socket.cpp204 void BaseSocket::RefreshTraceInfo(const std::string &connectionName, int32_t msgType, bool ack, uin… in RefreshTraceInfo()
219 int32_t msgType = -1; in SendRequest() local
262 int32_t msgType = -1; in SendResponse() local
309 int32_t msgType = -1; in ParseMessage() local
/base/telephony/call_manager/services/interoperable_call/include/
Dinteroperable_client_manager.h36 void HandleSpecificMsg(int32_t msgType, const cJSON *msg) override {} in HandleSpecificMsg()
/base/security/device_security_level/services/common/
Ddslm_msg_serialize.c75 int32_t msgType = DslmGetJsonFieldInt(handle, FIELD_MESSAGE); in ParseMessage() local
/base/startup/appspawn/test/unittest/devicedebug_test/
Ddevicedebug_stub.c58 int AppSpawnReqMsgCreateStub(AppSpawnMsgType msgType, const char *processName, AppSpawnReqMsgHandle… in AppSpawnReqMsgCreateStub()
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_body.cpp64 unsigned char msgType = 0; in DecodeMmsBody() local
/base/startup/appspawn/interfaces/innerkits/client/
Dappspawn_msg.c252 static int CreateBaseMsg(AppSpawnReqMsgNode *reqNode, uint32_t msgType, const char *processName) in CreateBaseMsg()
290 static AppSpawnReqMsgNode *CreateAppSpawnReqMsg(uint32_t msgType, const char *processName) in CreateAppSpawnReqMsg()
342 int AppSpawnReqMsgCreate(AppSpawnMsgType msgType, const char *processName, AppSpawnReqMsgHandle *re… in AppSpawnReqMsgCreate()
/base/request/request/frameworks/native/request/src/
Dresponse_message_receiver.cpp254 int32_t &msgId, int16_t &msgType, int16_t &bodySize, char *&parcel, int32_t &size) in MsgHeaderParcel()
439 int16_t msgType = -1; in OnReadable() local
/base/request/request/test/unittest/cpp_test/fwkTest/src/
Dresponse_message_receiver_test.cpp534 int16_t msgType = 123; // 123 is except num variable
873 int16_t msgType = 123; // 123 is except num variable
/base/telephony/sms_mms/services/sms/include/
Dsms_cb_data.h44 uint8_t msgType = GsmCbCodec::GSM_UNKNOWN; member
/base/web/webview/sa/src/
Dapp_fwk_update_service.cpp189 int AppFwkUpdateService::SendAppSpawnMessage(const std::string& bundleName, AppSpawnMsgType msgType) in SendAppSpawnMessage()
/base/useriam/user_auth_framework/services/context/src/
Dremote_auth_service.cpp118 int32_t msgType; in OnMessage() local
Dremote_auth_invoker_context.cpp135 int32_t msgType; in OnMessage() local
Dremote_executor_stub.cpp306 int32_t msgType; in OnMessage() local
/base/startup/appspawn/test/unittest/
Dapp_spawn_test_helper.cpp478 AppSpawnReqMsgHandle AppSpawnTestHelper::CreateMsg(AppSpawnClientHandle handle, uint32_t msgType, i… in CreateMsg()
617 int AppSpawnTestHelper::CreateSendMsg(std::vector<uint8_t> &buffer, uint32_t msgType, uint32_t &msg… in CreateSendMsg()
/base/startup/appspawn/modules/module_engine/include/
Dappspawn_msg.h125 uint32_t msgType; member

12