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:ReportAuthStart
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributedhardware/device_manager/radar/include/
H
A
D
dm_radar_helper.h
159
virtual bool
ReportAuthStart
(const std::string &peerUdid, const std::string &pkgName) = 0;
195
bool
ReportAuthStart
(const std::string &peerUdid, const std::string &pkgName) override;
/foundation/distributedhardware/device_manager/radar/src/lite/
H
A
D
dm_radar_helper.cpp
44
bool DmRadarHelper::
ReportAuthStart
(const std::string &peerUdid, const std::string &pkgName)
in ReportAuthStart()
function in OHOS::DistributedHardware::DmRadarHelper
/foundation/distributedhardware/device_manager/test/commonunittest/
H
A
D
dm_radar_helper_test.cpp
78
bool res = DmRadarHelper::GetInstance().
ReportAuthStart
("udid", "pkgname");
in HWTEST_F()
/foundation/distributedhardware/device_manager/radar/src/
H
A
D
dm_radar_helper.cpp
176
bool DmRadarHelper::
ReportAuthStart
(const std::string &peerUdid, const std::string &pkgName)
in ReportAuthStart()
function in OHOS::DistributedHardware::DmRadarHelper
194
LOGE("
ReportAuthStart
error, res:%{public}d", res);
in ReportAuthStart()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
dm_auth_manager.cpp
254
if (!DmRadarHelper::GetInstance().
ReportAuthStart
(peerTargetId_.deviceId, pkgName)) {
in InitAuthState()
255
LOGE("
ReportAuthStart
failed");
in InitAuthState()
Completed in 8 milliseconds