Home
last modified time | relevance | path

Searched refs:newMsg (Results 1 - 3 of 3) sorted by relevance

/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/src/
H A Dsocperf_client.cpp113 std::string newMsg = AddPidAndTidInfo(msg); in PerfRequest() local
114 client->PerfRequest(cmdId, newMsg); in PerfRequest()
123 std::string newMsg = AddPidAndTidInfo(msg); in PerfRequestEx() local
124 client->PerfRequestEx(cmdId, onOffTag, newMsg); in PerfRequestEx()
133 std::string newMsg = AddPidAndTidInfo(msg); in PowerLimitBoost() local
134 client->PowerLimitBoost(onOffTag, newMsg); in PowerLimitBoost()
143 std::string newMsg = AddPidAndTidInfo(msg); in ThermalLimitBoost() local
144 client->ThermalLimitBoost(onOffTag, newMsg); in ThermalLimitBoost()
154 std::string newMsg = AddPidAndTidInfo(msg); in LimitRequest() local
155 client->LimitRequest(clientId, tags, configs, newMsg); in LimitRequest()
164 std::string newMsg = AddPidAndTidInfo(msg); SetRequestStatus() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager.c267 SyncInfoMsg *newMsg = (SyncInfoMsg *)SoftBusCalloc(sizeof(SyncInfoMsg) + msg->dataLen); in DumpMsgExcludeListNode() local
268 if (newMsg == NULL) { in DumpMsgExcludeListNode()
272 newMsg->complete = msg->complete; in DumpMsgExcludeListNode()
273 newMsg->dataLen = msg->dataLen; in DumpMsgExcludeListNode()
274 if (memcpy_s(newMsg->data, newMsg->dataLen, msg->data, msg->dataLen) != EOK) { in DumpMsgExcludeListNode()
276 SoftBusFree(newMsg); in DumpMsgExcludeListNode()
279 return newMsg; in DumpMsgExcludeListNode()
/foundation/communication/wifi/wifi/base/state_machine/src/
H A Dstate_machine.cpp639 InternalMessagePtr newMsg = pStateMachine->CreateMessage(msg); in DelayMessage() local
640 if (newMsg == nullptr) { in DelayMessage()
641 LOGE("StateMachineHandler::DelayMessage: newMsg is null."); in DelayMessage()
644 mDelayedMessages.push_back(newMsg); in DelayMessage()

Completed in 4 milliseconds