Home
last modified time | relevance | path

Searched refs:reqInfoSets (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/dmsfwk/test/fuzztest/dschedallconnectmanager_fuzzer/
H A Ddschedallconnectmanager_fuzzer.cpp37 ServiceCollaborationManager_ResourceRequestInfoSets reqInfoSets; in FuzzApplyAdvanceResource() local
39 reqInfoSets.remoteHardwareListSize = *(reinterpret_cast<const uint32_t*>(data)); in FuzzApplyAdvanceResource()
48 reqInfoSets.remoteHardwareList = &remoteHardwareListTemp; in FuzzApplyAdvanceResource()
50 reqInfoSets.localHardwareListSize = *(reinterpret_cast<const uint32_t*>(data + offset)); in FuzzApplyAdvanceResource()
59 reqInfoSets.localHardwareList = &localHardwareListTemp; in FuzzApplyAdvanceResource()
72 reqInfoSets.communicationRequest = &communicationRequestTemp; in FuzzApplyAdvanceResource()
75 DSchedAllConnectManager::GetInstance().ApplyAdvanceResource(peerNetworkId, reqInfoSets); in FuzzApplyAdvanceResource()
83 ServiceCollaborationManager_ResourceRequestInfoSets reqInfoSets; in FuzzGetResourceRequest() local
85 reqInfoSets.remoteHardwareListSize = *(reinterpret_cast<const uint32_t*>(data)); in FuzzGetResourceRequest()
94 reqInfoSets in FuzzGetResourceRequest()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/allconnectmgr/
H A Ddsched_all_connect_manager.cpp199 ServiceCollaborationManager_ResourceRequestInfoSets reqInfoSets) in ApplyAdvanceResource()
216 DMS_BIND_MGR_SRV_NAME, &reqInfoSets, &applyScmCbApi); in ApplyAdvanceResource()
258 void DSchedAllConnectManager::GetResourceRequest(ServiceCollaborationManager_ResourceRequestInfoSets &reqInfoSets) in GetResourceRequest() argument
260 reqInfoSets.remoteHardwareListSize = 1; in GetResourceRequest()
261 reqInfoSets.remoteHardwareList = &rmtReqInfo_; in GetResourceRequest()
262 reqInfoSets.localHardwareListSize = 1; in GetResourceRequest()
263 reqInfoSets.localHardwareList = &locReqInfo_; in GetResourceRequest()
264 reqInfoSets.communicationRequest = &communicationRequest_; in GetResourceRequest()
198 ApplyAdvanceResource(const std::string &peerNetworkId, ServiceCollaborationManager_ResourceRequestInfoSets reqInfoSets) ApplyAdvanceResource() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/allconnectmgr/
H A Ddsched_all_connect_manager.h37 ServiceCollaborationManager_ResourceRequestInfoSets reqInfoSets);
38 void GetResourceRequest(ServiceCollaborationManager_ResourceRequestInfoSets &reqInfoSets);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/
H A Ddsched_transport_softbus_adapter.cpp136 ServiceCollaborationManager_ResourceRequestInfoSets reqInfoSets; in ConnectDevice() local
137 DSchedAllConnectManager::GetInstance().GetResourceRequest(reqInfoSets); in ConnectDevice()
138 ret = DSchedAllConnectManager::GetInstance().ApplyAdvanceResource(peerDeviceId, reqInfoSets); in ConnectDevice()

Completed in 3 milliseconds