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
defs:credentialResult
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H
A
D
ipc_set_credential_rsp.h
45
void SetCredentialResult(const std::string &
credentialResult
)
in SetCredentialResult()
argument
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
UTTest_ipc_cmd_register.cpp
1108
std::string
credentialResult
= "123";
in HWTEST_F()
local
H
A
D
UTTest_device_manager_notify_three.cpp
737
std::string
credentialResult
= "failed";
in HWTEST_F()
local
752
std::string
credentialResult
= "failed";
in HWTEST_F()
local
768
std::string
credentialResult
= "failed";
in HWTEST_F()
local
783
std::string
credentialResult
= "failed";
in HWTEST_F()
local
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H
A
D
ipc_cmd_parser.cpp
824
std::string
credentialResult
= data.ReadString();
in ON_IPC_CMD()
local
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/notify/
H
A
D
device_manager_notify.cpp
748
OnCredentialResult(const std::string &pkgName, int32_t &action, const std::string &
credentialResult
)
OnCredentialResult()
argument
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H
A
D
ipc_cmd_parser.cpp
781
std::string
credentialResult
= pReq->GetCredentialResult();
in ON_IPC_SET_REQUEST()
local
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H
A
D
native_devicemanager_js.cpp
693
void DmNapiCredentialCallback::OnCredentialResult(int32_t &action, const std::string &
credentialResult
)
in OnCredentialResult()
argument
837
void DeviceManagerNapi::OnCredentialResult(int32_t &action, const std::string &
credentialResult
)
in OnCredentialResult()
argument
Completed in 17 milliseconds