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:AUTH
(Results
1 - 15
of
15
) sorted by relevance
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H
A
D
auth_tcp_connection_test.cpp
104
int32_t ret = RecvPacketHead(
AUTH
, fd, &pktHead);
in HWTEST_F()
121
NotifyDataReceived(
AUTH
, fd, &pktHead, data);
in HWTEST_F()
123
NotifyDataReceived(
AUTH
, fd, &pktHead, data);
in HWTEST_F()
125
NotifyDataReceived(
AUTH
, fd, &pktHead, data);
in HWTEST_F()
142
NotifyConnected(
AUTH
, fd, isClient);
in HWTEST_F()
144
StopSocketListening(
AUTH
);
in HWTEST_F()
146
int32_t ret = ProcessSocketOutEvent(
AUTH
, fd);
in HWTEST_F()
166
int32_t ret = ProcessSocketInEvent(
AUTH
, fd);
in HWTEST_F()
223
.moduleId =
AUTH
,
in HWTEST_F()
227
int32_t ret = StartSocketListening(
AUTH
,
in HWTEST_F()
[all...]
H
A
D
auth_test.cpp
626
.moduleId =
AUTH
,
in HWTEST_F()
630
int32_t ret = StartSocketListening(
AUTH
, &info);
in HWTEST_F()
2072
ListenerModule module =
AUTH
;
in HWTEST_F()
H
A
D
auth_other_test.cpp
1196
OnWiFiDataReceived(
AUTH
, 0, &head, data);
in HWTEST_F()
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/include/
H
A
D
channel_info.h
34
AUTH
,
member in OHOS::CastEngine::CastEngineService::ModuleType
47
"
AUTH
", "RTSP", "RTCP", "VIDEO", "AUDIO", "REMOTE_CONTROL", "STREAM", "UI_FILES", "UI_BYTES"
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/include/
H
A
D
channel_info.h
34
AUTH
,
member in OHOS::CastEngine::CastEngineService::ModuleType
47
"
AUTH
", "RTSP", "RTCP", "VIDEO", "AUDIO", "REMOTE_CONTROL", "STREAM", "UI_FILES", "UI_BYTES"
/foundation/communication/dsoftbus/core/authentication/src/
H
A
D
auth_tcp_connection.c
281
if (module ==
AUTH
) {
in OnConnectEvent()
294
if (module !=
AUTH
&& module != AUTH_P2P && module != AUTH_RAW_P2P_CLIENT &&!IsEnhanceP2pModuleId(module)) {
in OnConnectEvent()
396
if (AuthTcpCreateListener(
AUTH
, fd, triggerMode) != SOFTBUS_OK) {
in SocketConnectInner()
404
(void)DelTrigger(
AUTH
, fd, triggerMode);
in SocketConnectInner()
429
.moduleId =
AUTH
,
in SocketConnectDevice()
444
if (AddTrigger(
AUTH
, fd, triggerMode) != SOFTBUS_OK) {
in SocketConnectDevice()
452
(void)DelTrigger(
AUTH
, fd, triggerMode);
in SocketConnectDevice()
459
(void)DelTrigger(
AUTH
, fd, triggerMode);
in SocketConnectDevice()
H
A
D
auth_connection.c
272
ListenerModule module = item->connInfo.type == AUTH_LINK_TYPE_RAW_ENHANCED_P2P ? AUTH_RAW_P2P_SERVER :
AUTH
;
in HandleConnConnectTimeout()
412
if (module !=
AUTH
&& module != AUTH_P2P && module != AUTH_RAW_P2P_SERVER && !IsEnhanceP2pModuleId(module)) {
in OnWiFiDataReceived()
691
SocketDisconnectDevice(
AUTH
, GetFd(*connId));
in DisconnectAuthDevice()
777
.moduleId =
AUTH
,
in AuthStartListening()
787
info.socketOption.moduleId =
AUTH
;
in AuthStartListening()
788
return StartSocketListening(
AUTH
, &info);
in AuthStartListening()
807
StopSocketListening(
AUTH
);
in AuthStopListening()
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H
A
D
softbus_connection.cpp
38
const std::string SoftBusConnection::AUTH_SESSION_NAME_FACTOR = "
AUTH
";
407
case ModuleType::
AUTH
:
in GetSessionType()
436
case ModuleType::
AUTH
:
in CreateSessionName()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/
H
A
D
softbus_connection.cpp
38
const std::string SoftBusConnection::AUTH_SESSION_NAME_FACTOR = "
AUTH
";
404
case ModuleType::
AUTH
:
in GetSessionType()
433
case ModuleType::
AUTH
:
in CreateSessionName()
/foundation/communication/dsoftbus/core/connection/interface/
H
A
D
softbus_conn_interface.h
83
AUTH
,
enumerator
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H
A
D
trans_server_tcp_direct_test.cpp
581
TransTdcStopSessionProc(
AUTH
);
in HWTEST_F()
587
TransTdcStopSessionProc(
AUTH
);
in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/connection/tcp/
H
A
D
tcp_manager_test.cpp
431
* @tc.desc: Test TcpConnectDevice with invalid -- option.type = connnet ble , moduleId = PROXY/
AUTH
/AUTH_P2P.
455
option.socketOption.moduleId =
AUTH
;
in HWTEST_F()
518
* @tc.desc: Test TcpConnectDevice with invalid -- option.type = connnet p2p , moduleId = PROXY/
AUTH
/AUTH_P2P.
542
option.socketOption.moduleId =
AUTH
;
in HWTEST_F()
605
* @tc.desc: Test start and stop listener multi times info.type = connect_br moduleId
AUTH
.
617
info.socketOption.moduleId =
AUTH
;
in HWTEST_F()
775
* @tc.desc: Test start and stop listener multi times info.type = connect_ble moduleId
AUTH
.
787
info.socketOption.moduleId =
AUTH
;
in HWTEST_F()
1153
* @tc.desc: Test P2P and TCP start and stop listeners under
AUTH
multiple times.
1165
info.socketOption.moduleId =
AUTH
;
in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H
A
D
lnn_connection_addr_utils.c
102
option->socketOption.moduleId =
AUTH
;
in LnnConvertAddrToOption()
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H
A
D
softbus_server.cpp
126
connOpt.socketOption.moduleId =
AUTH
;
in OpenAuthSession()
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H
A
D
trans_auth_manager.c
379
AuthCloseChannel(authId,
AUTH
);
in TransAuthCloseChannel()
1257
if (connInfo == NULL || connInfo->socketOption.moduleId !=
AUTH
) {
in CheckIsWifiAuthChannel()
Completed in 19 milliseconds