| /base/startup/appspawn/test/fuzztest/appspawnclient_fuzzer/ |
| D | appspawnclient_fuzzer.cpp | 45 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/ |
| D | interoperable_server_manager_test.cpp | 56 int32_t msgType = 1; variable 74 int32_t msgType = 1; variable
|
| D | interoperable_data_controller_test.cpp | 71 InteroperableMsgType msgType = InteroperableMsgType::DATA_TYPE_UNKNOWN; variable
|
| /base/telephony/call_manager/services/interoperable_call/src/ |
| D | interoperable_data_controller.cpp | 38 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()
|
| D | interoperable_server_manager.cpp | 53 void InteroperableServerManager::HandleSpecificMsg(int32_t msgType, const cJSON *msg) in HandleSpecificMsg()
|
| /base/telephony/call_manager/test/fuzztest/distributedcommunication_fuzzer/ |
| D | distributed_communication_fuzzer.cpp | 40 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/ |
| D | distributed_data_controller.cpp | 34 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()
|
| D | distributed_data_source_controller.cpp | 90 void DistributedDataSourceController::HandleRecvMsg(int32_t msgType, const cJSON *msg) in HandleRecvMsg() 166 std::string DistributedDataSourceController::CreateDataRspMsg(DistributedMsgType msgType, uint32_t … in CreateDataRspMsg()
|
| D | distributed_data_sink_controller.cpp | 64 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/ |
| D | soft_bus_message.cpp | 100 int32_t msgType = -1; in CreateMessage() local 151 int32_t msgType = -1; in ParseMessage() local
|
| D | soft_bus_base_socket.cpp | 204 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/ |
| D | interoperable_client_manager.h | 36 void HandleSpecificMsg(int32_t msgType, const cJSON *msg) override {} in HandleSpecificMsg()
|
| /base/security/device_security_level/services/common/ |
| D | dslm_msg_serialize.c | 75 int32_t msgType = DslmGetJsonFieldInt(handle, FIELD_MESSAGE); in ParseMessage() local
|
| /base/startup/appspawn/test/unittest/devicedebug_test/ |
| D | devicedebug_stub.c | 58 int AppSpawnReqMsgCreateStub(AppSpawnMsgType msgType, const char *processName, AppSpawnReqMsgHandle… in AppSpawnReqMsgCreateStub()
|
| /base/telephony/sms_mms/frameworks/native/mms/src/ |
| D | mms_body.cpp | 64 unsigned char msgType = 0; in DecodeMmsBody() local
|
| /base/startup/appspawn/interfaces/innerkits/client/ |
| D | appspawn_msg.c | 252 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/ |
| D | response_message_receiver.cpp | 254 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/ |
| D | response_message_receiver_test.cpp | 534 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/ |
| D | sms_cb_data.h | 44 uint8_t msgType = GsmCbCodec::GSM_UNKNOWN; member
|
| /base/web/webview/sa/src/ |
| D | app_fwk_update_service.cpp | 189 int AppFwkUpdateService::SendAppSpawnMessage(const std::string& bundleName, AppSpawnMsgType msgType) in SendAppSpawnMessage()
|
| /base/useriam/user_auth_framework/services/context/src/ |
| D | remote_auth_service.cpp | 118 int32_t msgType; in OnMessage() local
|
| D | remote_auth_invoker_context.cpp | 135 int32_t msgType; in OnMessage() local
|
| D | remote_executor_stub.cpp | 306 int32_t msgType; in OnMessage() local
|
| /base/startup/appspawn/test/unittest/ |
| D | app_spawn_test_helper.cpp | 478 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/ |
| D | appspawn_msg.h | 125 uint32_t msgType; member
|