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:ExportAuthCode
(Results
1 - 17
of
17
) sorted by relevance
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
UTTest_dm_import_auth_code.cpp
85
ret = DeviceManager::GetInstance().
ExportAuthCode
(authCode);
in HWTEST_F()
H
A
D
UTTest_device_manager_service.cpp
1705
int32_t ret = DeviceManagerService::GetInstance().
ExportAuthCode
(authCode);
in HWTEST_F()
1712
int32_t ret = DeviceManagerService::GetInstance().
ExportAuthCode
(authCode);
in HWTEST_F()
H
A
D
UTTest_device_manager_service_impl.cpp
1249
int32_t ret = deviceManagerServiceImpl_->
ExportAuthCode
(authCode);
in HWTEST_F()
/foundation/distributedhardware/device_manager/test/servicesfuzztest/devicemanagerservice_fuzzer/
H
A
D
device_manager_service_fuzzer.cpp
51
DeviceManagerService::GetInstance().
ExportAuthCode
(inputStr);
in DeviceManagerServiceFuzzTest()
/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedeviceserviceimpl_fuzzer/
H
A
D
authenticate_device_service_impl_fuzzer.cpp
156
deviceManagerServiceImpl->
ExportAuthCode
(str);
in AuthenticateDeviceServiceImplFuzzTest()
/foundation/distributedhardware/device_manager/services/implementation/include/
H
A
D
device_manager_service_impl_lite.h
108
int32_t
ExportAuthCode
(std::string &authCode);
H
A
D
device_manager_service_impl.h
114
int32_t
ExportAuthCode
(std::string &authCode);
/foundation/distributedhardware/device_manager/services/service/include/
H
A
D
idevice_manager_service_impl.h
220
* @tc.name: IDeviceManagerServiceImpl::
ExportAuthCode
221
* @tc.desc:
ExportAuthCode
224
virtual int32_t
ExportAuthCode
(std::string &authCode) = 0;
H
A
D
device_manager_service.h
157
int32_t
ExportAuthCode
(std::string &authCode);
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H
A
D
device_manager.h
421
virtual int32_t
ExportAuthCode
(std::string &authCode) = 0;
H
A
D
device_manager_impl.h
341
virtual int32_t
ExportAuthCode
(std::string &authCode) override;
/foundation/distributedhardware/device_manager/services/implementation/src/
H
A
D
device_manager_service_impl_lite.cpp
355
int32_t DeviceManagerServiceImpl::
ExportAuthCode
(std::string &authCode)
in ExportAuthCode()
function in OHOS::DistributedHardware::DeviceManagerServiceImpl
H
A
D
device_manager_service_impl.cpp
597
int32_t DeviceManagerServiceImpl::
ExportAuthCode
(std::string &authCode)
in ExportAuthCode()
function in OHOS::DistributedHardware::DeviceManagerServiceImpl
601
LOGI("
ExportAuthCode
success, authCode: %{public}s.", GetAnonyString(authCode).c_str());
in ExportAuthCode()
/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/
H
A
D
authenticate_device_fuzzer.cpp
369
DeviceManagerImpl::GetInstance().
ExportAuthCode
(g_returnStr);
in AuthenticateDeviceFifthFuzzTest()
/foundation/distributedhardware/device_manager/services/service/src/
H
A
D
device_manager_service.cpp
1138
int32_t DeviceManagerService::
ExportAuthCode
(std::string &authCode)
in ExportAuthCode()
function in OHOS::DistributedHardware::DeviceManagerService
1141
LOGE("The caller does not have permission to call
ExportAuthCode
.");
in ExportAuthCode()
1154
LOGE("
ExportAuthCode
failed, instance not init or init failed.");
in ExportAuthCode()
1157
LOGI("DeviceManagerService::
ExportAuthCode
begin.");
in ExportAuthCode()
1158
return dmServiceImpl_->
ExportAuthCode
(authCode);
in ExportAuthCode()
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H
A
D
ipc_cmd_parser.cpp
926
int32_t result = DeviceManagerService::GetInstance().
ExportAuthCode
(authCode);
in ON_IPC_CMD()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H
A
D
device_manager_impl.cpp
1627
int32_t DeviceManagerImpl::
ExportAuthCode
(std::string &authCode)
in ExportAuthCode()
function in OHOS::DistributedHardware::DeviceManagerImpl
1636
LOGI("
ExportAuthCode
Send Request failed ret: %{public}d", ret);
in ExportAuthCode()
1642
LOGE("
ExportAuthCode
Failed with ret %{public}d", ret);
in ExportAuthCode()
Completed in 24 milliseconds