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:credentialMgr_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributedhardware/device_manager/services/implementation/src/
H
A
D
device_manager_service_impl_lite.cpp
57
if (
credentialMgr_
== nullptr) {
in Initialize()
58
credentialMgr_
= std::make_shared<DmCredentialManager>(hiChainConnector_, listener);
in Initialize()
212
if (
credentialMgr_
== nullptr) {
in RequestCredential()
213
LOGE("
credentialMgr_
is nullptr");
in RequestCredential()
216
return
credentialMgr_
->RequestCredential(reqJsonStr, returnJsonStr);
in RequestCredential()
226
if (
credentialMgr_
== nullptr) {
in ImportCredential()
227
LOGE("
credentialMgr_
is nullptr");
in ImportCredential()
230
return
credentialMgr_
->ImportCredential(pkgName, credentialInfo);
in ImportCredential()
240
if (
credentialMgr_
== nullptr) {
in DeleteCredential()
241
LOGE("
credentialMgr_
i
in DeleteCredential()
[all...]
H
A
D
device_manager_service_impl.cpp
81
if (
credentialMgr_
== nullptr) {
in Initialize()
82
credentialMgr_
= std::make_shared<DmCredentialManager>(hiChainConnector_, listener);
in Initialize()
355
if (
credentialMgr_
== nullptr) {
in RequestCredential()
356
LOGE("
credentialMgr_
is nullptr");
in RequestCredential()
359
return
credentialMgr_
->RequestCredential(reqJsonStr, returnJsonStr);
in RequestCredential()
369
if (
credentialMgr_
== nullptr) {
in ImportCredential()
370
LOGE("
credentialMgr_
is nullptr");
in ImportCredential()
374
return
credentialMgr_
->ImportCredential(pkgName, credentialInfo);
in ImportCredential()
384
if (
credentialMgr_
== nullptr) {
in DeleteCredential()
385
LOGE("
credentialMgr_
i
in DeleteCredential()
[all...]
/foundation/distributedhardware/device_manager/services/implementation/include/
H
A
D
device_manager_service_impl_lite.h
151
std::shared_ptr<DmCredentialManager>
credentialMgr_
;
member in OHOS::DistributedHardware::DeviceManagerServiceImpl
H
A
D
device_manager_service_impl.h
161
std::shared_ptr<DmCredentialManager>
credentialMgr_
;
member in OHOS::DistributedHardware::DeviceManagerServiceImpl
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
UTTest_device_manager_service_impl.cpp
92
deviceManagerServiceImpl_->
credentialMgr_
= nullptr;
in HWTEST_F()
320
deviceManagerServiceImpl_->
credentialMgr_
= nullptr;
in HWTEST_F()
353
deviceManagerServiceImpl_->
credentialMgr_
= nullptr;
in HWTEST_F()
449
deviceManagerServiceImpl_->
credentialMgr_
= nullptr;
in HWTEST_F()
546
deviceManagerServiceImpl_->
credentialMgr_
= nullptr;
in HWTEST_F()
577
deviceManagerServiceImpl_->
credentialMgr_
= nullptr;
in HWTEST_F()
Completed in 6 milliseconds