Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:reqInfoSets
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/dmsfwk/test/fuzztest/dschedallconnectmanager_fuzzer/
H
A
D
dschedallconnectmanager_fuzzer.cpp
37
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
D
dsched_all_connect_manager.cpp
199
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
D
dsched_all_connect_manager.h
37
ServiceCollaborationManager_ResourceRequestInfoSets
reqInfoSets
);
38
void GetResourceRequest(ServiceCollaborationManager_ResourceRequestInfoSets &
reqInfoSets
);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/
H
A
D
dsched_transport_softbus_adapter.cpp
136
ServiceCollaborationManager_ResourceRequestInfoSets
reqInfoSets
;
in ConnectDevice()
local
137
DSchedAllConnectManager::GetInstance().GetResourceRequest(
reqInfoSets
);
in ConnectDevice()
138
ret = DSchedAllConnectManager::GetInstance().ApplyAdvanceResource(peerDeviceId,
reqInfoSets
);
in ConnectDevice()
Completed in 2 milliseconds