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:SHARING_USB
(Results
1 - 14
of
14
) sorted by relevance
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H
A
D
networkshare_manager_usb_test.cpp
56
int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->StartSharing(SharingIfaceType::
SHARING_USB
);
in HWTEST_F()
60
DelayedSingleton<NetworkShareClient>::GetInstance()->GetSharingState(SharingIfaceType::
SHARING_USB
, state);
in HWTEST_F()
66
int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->StopSharing(SharingIfaceType::
SHARING_USB
);
in HWTEST_F()
70
DelayedSingleton<NetworkShareClient>::GetInstance()->GetSharingState(SharingIfaceType::
SHARING_USB
, state);
in HWTEST_F()
H
A
D
sharing_event_callback_proxy_test.cpp
47
SharingIfaceType type = SharingIfaceType::
SHARING_USB
;
in HWTEST_F()
H
A
D
networkshare_manager_test.cpp
137
SharingIfaceType::
SHARING_USB
, usbRegexs);
in HWTEST_F()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H
A
D
networkshare_manager_usb_test.cpp
56
int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->StartSharing(SharingIfaceType::
SHARING_USB
);
in HWTEST_F()
60
DelayedSingleton<NetworkShareClient>::GetInstance()->GetSharingState(SharingIfaceType::
SHARING_USB
, state);
in HWTEST_F()
66
int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->StopSharing(SharingIfaceType::
SHARING_USB
);
in HWTEST_F()
70
DelayedSingleton<NetworkShareClient>::GetInstance()->GetSharingState(SharingIfaceType::
SHARING_USB
, state);
in HWTEST_F()
H
A
D
sharing_event_callback_proxy_test.cpp
47
SharingIfaceType type = SharingIfaceType::
SHARING_USB
;
in HWTEST_F()
H
A
D
networkshare_sub_statemachine_test.cpp
246
NetworkShareSubStateMachine(USB_DEFAULT_IFACE_NAME, SharingIfaceType::
SHARING_USB
, configuration);
in HWTEST_F()
307
NetworkShareSubStateMachine(USB_DEFAULT_IFACE_NAME, SharingIfaceType::
SHARING_USB
, configuration);
in HWTEST_F()
424
NetworkShareSubStateMachine(USB_DEFAULT_IFACE_NAME, SharingIfaceType::
SHARING_USB
, configuration);
in HWTEST_F()
448
NetworkShareSubStateMachine(USB_DEFAULT_IFACE_NAME, SharingIfaceType::
SHARING_USB
, configurationUsb);
in HWTEST_F()
H
A
D
networkshare_tracker_test.cpp
186
type = SharingIfaceType::
SHARING_USB
;
in HWTEST_F()
206
type = SharingIfaceType::
SHARING_USB
;
in HWTEST_F()
227
type = SharingIfaceType::
SHARING_USB
;
in HWTEST_F()
278
type = SharingIfaceType::
SHARING_USB
;
in HWTEST_F()
635
EXPECT_EQ(interfaceType, SharingIfaceType::
SHARING_USB
);
in HWTEST_F()
653
type = SharingIfaceType::
SHARING_USB
;
in HWTEST_F()
H
A
D
networkshare_service_test.cpp
127
auto ret = instance_->StartNetworkSharing(SharingIfaceType::
SHARING_USB
);
in HWTEST_F()
146
auto ret = instance_->StopNetworkSharing(SharingIfaceType::
SHARING_USB
);
in HWTEST_F()
H
A
D
networkshare_manager_test.cpp
135
DelayedSingleton<NetworkShareClient>::GetInstance()->GetSharableRegexs(SharingIfaceType::
SHARING_USB
, usbRegexs);
in HWTEST_F()
/foundation/communication/netmanager_ext/interfaces/innerkits/include/
H
A
D
net_manager_ext_constants.h
34
SHARING_USB
,
member in OHOS::NetManagerStandard::SharingIfaceType
/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/
H
A
D
netshare_module.cpp
63
constexpr const char *
SHARING_USB
= "
SHARING_USB
";
member
172
SHARING_USB
, NapiUtils::CreateUint32(env, static_cast<uint32_t>(SharingIfaceType::
SHARING_USB
))),
in InitProperties()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H
A
D
networkshare_service.cpp
113
GetSharingType(SharingIfaceType::
SHARING_USB
, "usb;", sharingType);
in GetDumpMessage()
122
GetShareRegexsContent(SharingIfaceType::
SHARING_USB
, usbShareRegexs);
in GetDumpMessage()
346
servicePtr->GetSharingType(SharingIfaceType::
SHARING_USB
, "usb;", sharingType);
in DisAllowNetworkShareEventCallback()
352
servicePtr->StopNetworkSharing(SharingIfaceType::
SHARING_USB
);
in DisAllowNetworkShareEventCallback()
H
A
D
networkshare_tracker.cpp
58
SharingIfaceType::
SHARING_USB
, SharingIfaceType::SHARING_BLUETOOTH};
502
case SharingIfaceType::
SHARING_USB
: {
in GetSharableRegexs()
525
if (type == SharingIfaceType::
SHARING_USB
&& configuration_->IsUsbIface(iface)) {
in IsInterfaceMatchType()
538
type != SharingIfaceType::
SHARING_USB
&&
in GetSharingState()
692
case SharingIfaceType::
SHARING_USB
:
in EnableNetSharingInternal()
772
NetworkShareHisysEvent::GetInstance().SendBehaviorEvent(usbShareCount_, SharingIfaceType::
SHARING_USB
);
in SetUsbNetworkSharing()
1086
type = SharingIfaceType::
SHARING_USB
;
in InterfaceNameToType()
1111
if (type == SharingIfaceType::
SHARING_USB
) {
in IsHandleNetlinkEvent()
H
A
D
networkshare_sub_statemachine.cpp
633
if (netShareType_ == SharingIfaceType::
SHARING_USB
) {
in FindDestinationAddr()
906
case SharingIfaceType::
SHARING_USB
: {
in RequestIpv4Address()
Completed in 11 milliseconds