| /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/services/interoperable_call/src/ |
| D | interoperable_data_controller.cpp | 34 int32_t msgType = static_cast<int32_t>(InteroperableMsgType::DATA_TYPE_UNKNOWN); in OnReceiveMsg() local 92 std::string InteroperableDataController::CreateMuteMsg(InteroperableMsgType msgType, bool isMute) in CreateMuteMsg() 113 std::string InteroperableDataController::CreateMuteRingerMsg(InteroperableMsgType msgType) in CreateMuteRingerMsg()
|
| /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_sink_controller.cpp | 60 void DistributedDataSinkController::HandleRecvMsg(int32_t msgType, const cJSON *msg) in HandleRecvMsg() 122 std::string DistributedDataSinkController::CreateDataReqMsg(DistributedMsgType msgType, uint32_t it… in CreateDataReqMsg()
|
| 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()
|
| /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/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 | 240 int32_t &msgId, int16_t &msgType, int16_t &bodySize, char *&parcel, int32_t &size) in MsgHeaderParcel() 388 int16_t msgType = -1; in OnReadable() local
|
| /base/request/request/test/unittest/cpp_test/fwkTest/src/ |
| D | response_message_receiver_test.cpp | 408 int16_t msgType = 123; // 123 is except num variable 716 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/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 | 133 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 | 124 uint32_t msgType; member
|
| /base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/ |
| D | hisysevent_adapter.h | 102 int32_t msgType = -1; member
|
| /base/useriam/user_auth_framework/services/core/src/ |
| D | remote_executor_proxy.cpp | 184 int32_t msgType; in OnMessage() local
|
| /base/startup/appspawn/test/moduletest/ |
| D | appspawn_test_cmder.cpp | 319 const char *msgType = GetStringFromJsonObj(json, "msg-type"); in GetMsgTypeFromJson() local
|
| /base/startup/appspawn/test/unittest/app_spawn_client_test/ |
| D | app_spawn_interface_test.cpp | 157 AppSpawnMsgType msgType[] = {MSG_APP_SPAWN, MSG_GET_RENDER_TERMINATION_STATUS, variable
|
| /base/telephony/sms_mms/test/gtest/ |
| D | zero_branch_cb_test.cpp | 846 uint8_t msgType = 1; variable
|