Home
last modified time | relevance | path

Searched defs:msg (Results 101 – 125 of 1959) sorted by relevance

12345678910>>...79

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dwrapper_decoder_test.cpp63 auto msg = std::make_shared<NetsysEventMessage>(); variable
72 auto msg = std::make_shared<NetsysEventMessage>(); variable
81 auto msg = std::make_shared<NetsysEventMessage>(); variable
90 auto msg = std::make_shared<NetsysEventMessage>(); variable
98 auto msg = std::make_shared<NetsysEventMessage>(); variable
134 auto msg = std::make_shared<NetsysEventMessage>(); variable
155 auto msg = std::make_shared<NetsysEventMessage>(); variable
206 auto msg = std::make_shared<NetsysEventMessage>(); variable
285 auto msg = std::make_shared<NetsysEventMessage>(); variable
343 auto msg = std::make_shared<NetsysEventMessage>(); variable
[all …]
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Drtg_ioctl.cpp199 RTGMsg msg = RTGMsg::Build(CMD_CREATE_RTG).Out(&tgid).OutSize(sizeof(tgid)); in GetThreadGroup() local
208 RTGMsg msg = RTGMsg::Build(CMD_RELEASE_RTG, tgid); in PutThreadGroup() local
216 RTGMsg msg = RTGMsg::Build(CMD_ADD_RTG_THREAD, tgid, tid); in JoinThread() local
224 RTGMsg msg = RTGMsg::Build(CMD_DEL_RTG_THREAD, tgid, tid); in RemoveThread() local
232 RTGMsg msg = RTGMsg::Build(CMD_SET_GROUP_UTIL, tgid, util); in UpdatePerfUtil() local
240 RTGMsg msg = RTGMsg::Build(CMD_SET_GROUP_FREQ, tgid, freq); in UpdatePerfFreq() local
276 RTGMsg msg = RTGMsg::Build(CMD_SET_GROUP_WINDOW_SIZE, tgid, size); in SetGroupWindowSize() local
284 RTGMsg msg = RTGMsg::Build(CMD_SET_INVALID_INTERVAL, tgid, interval); in SetInvalidInterval() local
300 RTGMsg msg = RTGMsg::Build(CMD_SET_GROUP_WINDOW_ROLLOVER, tgid, RTG_FRAME_END); in End() local
308 RTGMsg msg = RTGMsg::Build(CMD_SET_PREFERRED_CLUSTER, tgid, clusterId); in SetPreferredCluster() local
[all …]
/ohos5.0/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessextstub_fuzzer/
H A Dfileaccessextstub_fuzzer.cpp49 MessageParcel msg; in OnRemoteRequestFuzzTest() local
64 MessageParcel msg; in CmdOpenFileFuzzTest() local
75 MessageParcel msg; in CmdCreateFileFuzzTest() local
87 MessageParcel msg; in CmdMkdirFuzzTest() local
99 MessageParcel msg; in CmdDeleteFuzzTest() local
109 MessageParcel msg; in CmdMoveFuzzTest() local
125 MessageParcel msg; in CmdCopyFuzzTest() local
138 MessageParcel msg; in CmdCopyFileFuzzTest() local
151 MessageParcel msg; in CmdRenameFuzzTest() local
200 MessageParcel msg; in CmdListFileFuzzTest() local
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dinvitation_recelved_state_test.cpp53 InternalMessagePtr msg = std::make_shared<InternalMessage>(); in AddSaveP2pConfig() local
81 InternalMessagePtr msg = std::make_shared<InternalMessage>(); variable
92 InternalMessagePtr msg = std::make_shared<InternalMessage>(); variable
99 InternalMessagePtr msg = std::make_shared<InternalMessage>(); variable
H A Dp2p_group_join_state_test.cpp55 InternalMessagePtr msg = std::make_shared<InternalMessage>(); in AddSaveP2pConfig1() local
68 InternalMessagePtr msg = std::make_shared<InternalMessage>(); in AddSaveP2pConfig2() local
98 InternalMessagePtr msg = std::make_shared<InternalMessage>(); variable
122 InternalMessagePtr msg = std::make_shared<InternalMessage>(); variable
H A Dp2p_disabling_state_test.cpp68 InternalMessagePtr msg = std::make_shared<InternalMessage>(); variable
79 InternalMessagePtr msg = std::make_shared<InternalMessage>(); variable
89 InternalMessagePtr msg = std::make_shared<InternalMessage>(); variable
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSafeActivityOptions.java280 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local
291 final String msg = "Permission Denial: starting transient launch from " + callerApp in checkPermissions() local
320 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local
331 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local
343 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local
356 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local
370 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local
383 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local
395 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local
404 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_state_machine.c39 static void FreeFsmHandleMsg(SoftBusMessage *msg) in FreeFsmHandleMsg()
63 SoftBusMessage *msg = NULL; in CreateFsmHandleMsg() local
89 static void ProcessStartMessage(SoftBusMessage *msg) in ProcessStartMessage()
117 static void ProcessDataMessage(SoftBusMessage *msg) in ProcessDataMessage()
141 static void ProcessStopMessage(SoftBusMessage *msg) in ProcessStopMessage()
163 static int32_t RemoveAllMessageFunc(const SoftBusMessage *msg, void *para) in RemoveAllMessageFunc()
171 static void ProcessDeinitMessage(SoftBusMessage *msg) in ProcessDeinitMessage()
193 static void FsmStateMsgHandler(SoftBusMessage *msg) in FsmStateMsgHandler()
224 SoftBusMessage *msg = NULL; in PostMessageToFsm() local
236 static int32_t RemoveMessageFunc(const SoftBusMessage *msg, void *para) in RemoveMessageFunc()
[all …]
/ohos5.0/drivers/peripheral/sensor/utils/include/
H A Dsensor_trace.h27 #define SENSOR_TRACE_MSG(msg) HITRACE_METER_NAME(SENSOR_TRACE_TAG, (std::string(__func__) + ":" + (… argument
29 #define SENSOR_TRACE_PID_MSG(msg) HITRACE_METER_NAME(SENSOR_TRACE_TAG, (std::string(__func__) + ":p… argument
32 #define SENSOR_TRACE_START(msg) StartTrace(SENSOR_TRACE_TAG, (std::string(__func__) + ":" + (msg)).… argument
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_started_state_test.cpp145 InternalMessagePtr msg; member in OHOS::Wifi::ApStartedState_test
466 InternalMessagePtr msg = std::make_shared<InternalMessage>(); variable
474 InternalMessagePtr msg = std::make_shared<InternalMessage>(); variable
484 InternalMessagePtr msg = std::make_shared<InternalMessage>(); variable
495 InternalMessagePtr msg = std::make_shared<InternalMessage>(); variable
544 InternalMessagePtr msg = std::make_shared<InternalMessage>(); variable
/ohos5.0/foundation/filemanagement/app_file_service/test/fuzztest/backupservicestub_fuzzer/
H A Dbackupservicestub_fuzzer.cpp64 MessageParcel msg; in OnRemoteRequestFuzzTest() local
78 MessageParcel msg; in CmdInitRestoreSessionFuzzTest() local
93 MessageParcel msg; in CmdInitBackupSessionFuzzTest() local
108 MessageParcel msg; in CmdStartFuzzTest() local
121 MessageParcel msg; in CmdGetLocalCapabilitiesFuzzTest() local
138 MessageParcel msg; in CmdPublishFileFuzzTest() local
162 MessageParcel msg; in CmdAppFileReadyFuzzTest() local
189 MessageParcel msg; in CmdAppDoneFuzzTest() local
208 MessageParcel msg; in CmdResultReportFuzzTest() local
227 MessageParcel msg; in CmdGetFileHandleFuzzTest() local
[all …]
/ohos5.0/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/src/
H A Dsocperf_client.cpp84 std::string SocPerfClient::AddPidAndTidInfo(const std::string& msg) in AddPidAndTidInfo()
97 void SocPerfClient::PerfRequest(int32_t cmdId, const std::string& msg) in PerfRequest()
107 void SocPerfClient::PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx()
117 void SocPerfClient::PowerLimitBoost(bool onOffTag, const std::string& msg) in PowerLimitBoost()
127 void SocPerfClient::ThermalLimitBoost(bool onOffTag, const std::string& msg) in ThermalLimitBoost()
138 const std::vector<int32_t>& tags, const std::vector<int64_t>& configs, const std::string& msg) in LimitRequest()
148 void SocPerfClient::SetRequestStatus(bool status, const std::string& msg) in SetRequestStatus()
176 std::string SocPerfClient::RequestCmdIdCount(const std::string& msg) in RequestCmdIdCount()
H A Dsocperf_proxy.cpp22 void SocPerfProxy::PerfRequest(int32_t cmdId, const std::string& msg) in PerfRequest()
36 void SocPerfProxy::PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx()
51 void SocPerfProxy::PowerLimitBoost(bool onOffTag, const std::string& msg) in PowerLimitBoost()
65 void SocPerfProxy::ThermalLimitBoost(bool onOffTag, const std::string& msg) in ThermalLimitBoost()
80 const std::vector<int32_t>& tags, const std::vector<int64_t>& configs, const std::string& msg) in LimitRequest()
96 void SocPerfProxy::SetRequestStatus(bool status, const std::string &msg) in SetRequestStatus()
152 std::string SocPerfProxy::RequestCmdIdCount(const std::string& msg) in RequestCmdIdCount()
/ohos5.0/build/hb/util/
H A Dlog_util.py40 def hb_info(msg, mode='normal'): argument
55 def hb_warning(msg): argument
62 def hb_error(msg): argument
70 def message(level, msg): argument
82 def write_log(log_path, msg, level): argument
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/test/
H A Ddisk_manager_test.cpp143 char msg[1024] = { "add@/class/input/input9/mouse2\0ACTION=add\0DEVTYPE=disk\0\ variable
169 char msg[1024] = { "add@/class/input/input9/mouse2\0ACTION=remove\0DEVTYPE=disk\0\ variable
196 char msg[1024] = { "add@/class/input/input9/mouse2\0ACTION=change\0DEVTYPE=disk\0\ variable
224 char msg[1024] = { "add@/class/input/input9/mouse2\0ACTION=add\0DEVTYPE=disk\0\ variable
253 char msg[1024] = { "add@/class/input/input9/mouse2\0ACTION=add\0DEVTYPE=disk\0\ variable
285 char msg[1024] = { "add@/class/input/input9/mouse2\0ACTION=add\0DEVTYPE=disk\0\ variable
310 char msg[1024] = { "add@/class/input/input9/mouse2\0ACTION=change\0DEVTYPE=disk\0\ variable
335 char msg[1024] = { "add@/class/input/input9/mouse2\0ACTION=remove\0DEVTYPE=disk\0\ variable
399 char msg[1024] = { "add@/class/input/input9/mouse2\0ACTION=add\0DEVTYPE=disk\0\ variable
424 char msg[1024] = { "add@/class/input/input9/mouse2\0ACTION=add\0DEVTYPE=disk\0\ variable
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dhi_state_machine.cpp185 int32_t HiStateMachine::Send(const MsgInfo &msg) in Send()
196 MsgInfo msg; in Send() local
212 int32_t HiStateMachine::Post(const MsgInfo &msg, uint64_t delayUs) in Post()
227 MsgInfo msg; in Post() local
247 int32_t HiStateMachine::RemoveEvent(const MsgInfo &msg) in RemoveEvent()
261 int32_t HiStateMachine::OnMessageReceived(const MsgInfo &msg) in OnMessageReceived()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java506 Message msg = Message.obtain(); in sendMessage() local
519 Message msg = Message.obtain(); in sendMessage() local
534 Message msg = Message.obtain(); in sendMessage() local
551 Message msg = Message.obtain(); in sendMessage() local
566 Message msg = Message.obtain(); in sendMessage() local
597 Message msg = Message.obtain(); in replyToMessage() local
611 Message msg = Message.obtain(); in replyToMessage() local
626 Message msg = Message.obtain(); in replyToMessage() local
644 Message msg = Message.obtain(); in replyToMessage() local
661 Message msg = Message.obtain(); in replyToMessage() local
[all …]
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_hisysevent.cpp25 const std::string &msg) in HiSysEventWriteMsg()
38 int32_t errCode, const std::string &msg) in HiSysEventWriteErrCodeMsg()
52 const DHType dhType, int32_t errCode, const std::string &msg) in HiSysEventWriteReleaseMsg()
73 const std::string &anonyNetworkId, const std::string &msg) in HiSysEventWriteCompOfflineMsg()
87 const std::string &anonyDHId, int32_t errCode, const std::string &msg) in HiSysEventWriteCompMgrFailedMsg()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_hash.c66 static int32_t HashCheckParam(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash) in HashCheckParam()
76 int32_t HksOpensslHash(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash) in HksOpensslHash()
119 int32_t HksOpensslHashUpdate(void *cryptoCtx, const struct HksBlob *msg) in HksOpensslHashUpdate()
134 int32_t HksOpensslHashFinal(void **cryptoCtx, const struct HksBlob *msg, struct HksBlob *hash) in HksOpensslHashFinal()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaEnvReverbTest.java105 String msg = "test1_0ConstructorAndRelease()"; in test0_0ConstructorAndRelease() local
136 String msg = "test1_0Room()"; in test1_0Room() local
171 String msg = "test1_1Decay()"; in test1_1Decay() local
242 String msg = "test1_3Reverb()"; in test1_3Reverb() local
276 String msg = "test1_4DiffusionAndDensity()"; in test1_4DiffusionAndDensity() local
311 String msg = "test1_5Properties()"; in test1_5Properties() local
351 String msg = "test2_0AuxiliarySoundModification()"; in test2_0AuxiliarySoundModification() local
425 String msg = "test2_1InsertSoundModification()"; in test2_1InsertSoundModification() local
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraErrorCollector.java129 public boolean expectTrue(String msg, boolean condition) { in expectTrue()
147 public <T> boolean expectEquals(String msg, T expected, T actual) { in expectEquals()
169 public <T> boolean expectNotEquals(String msg, T expected, T actual) { in expectNotEquals()
189 public <T> boolean expectEquals(String msg, T[] expected, T[] actual) { in expectEquals()
214 public <T> boolean expectNotEquals(String msg, T[] expected, T[] actual) { in expectNotEquals()
397 public void expectValuesInRange(String msg, int[] array, int min, int max) { in expectValuesInRange()
440 public boolean expectMeteringRegionsAreSimilar(String msg, in expectMeteringRegionsAreSimilar()
494 public boolean expectRectsAreSimilar(String msg, Rect expected, Rect actual, in expectRectsAreSimilar()
597 public void expectNotNull(String msg, Object obj) { in expectNotNull()
601 public void expectNull(String msg, Object obj) { in expectNull()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_message_test.cpp399 ProxyMessageHead msg; variable
437 ProxyMessageHead msg; variable
468 ProxyMessage msg; variable
515 ProxyMessage msg, outMsg; variable
544 ProxyMessage msg, outMsg; variable
888 ProxyMessage msg; variable
932 ProxyMessage msg; variable
973 ProxyMessage msg; variable
990 char msg[FAST_TRANS_DATASIZE] = { variable
1013 char msg[FAST_ARRAY_SIZE] = { variable
[all …]
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dhdf_platform_entry_test.c35 int HdfPlatformDeviceTestEntry(HdfTestMsg *msg) in HdfPlatformDeviceTestEntry()
43 int HdfPlatformManagerTestEntry(HdfTestMsg *msg) in HdfPlatformManagerTestEntry()
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_test/
H A Dndef_wifi_data_parser_test.cpp61 std::string msg = ""; variable
73 std::string msg = "CheckWifiRecord"; variable
85 std::string msg = "DA1736016170706C69636174696F6E2F766E642E7766612E77736331100E0032" variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dconcrete_manager_state_machine.cpp149 bool ConcreteMangerMachine::DefaultState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
185 bool ConcreteMangerMachine::IdleState::ExecuteStateMsg(InternalMessagePtr msg) __attribute__((no_sa… in ExecuteStateMsg()
213 void ConcreteMangerMachine::IdleState::HandleSwitchToConnectMode(InternalMessagePtr msg) in HandleSwitchToConnectMode()
224 void ConcreteMangerMachine::IdleState::HandleSwitchToScanOnlyMode(InternalMessagePtr msg) in HandleSwitchToScanOnlyMode()
235 void ConcreteMangerMachine::IdleState::HandleSwitchToSemiActiveMode(InternalMessagePtr msg) in HandleSwitchToSemiActiveMode()
246 void ConcreteMangerMachine::IdleState::HandleStartInIdleState(InternalMessagePtr msg) in HandleStartInIdleState()
298 bool ConcreteMangerMachine::ConnectState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
353 bool ConcreteMangerMachine::ScanonlyState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
412 bool ConcreteMangerMachine::SemiActiveState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
466 bool ConcreteMangerMachine::HandleCommonMessage(InternalMessagePtr msg) in HandleCommonMessage()
[all …]

12345678910>>...79