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:IpcAclProfileReq
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H
A
D
ipc_acl_profile_req.h
24
class
IpcAclProfileReq
: public IpcReq {
class
25
DECLARE_IPC_MODEL(
IpcAclProfileReq
);
29
* @tc.name:
IpcAclProfileReq
::GetFirstParam
39
* @tc.name:
IpcAclProfileReq
::SetFirstParam
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
UTTest_ipc_cmd_parser_client.cpp
516
std::shared_ptr<
IpcAclProfileReq
> req = std::make_shared<
IpcAclProfileReq
>();
in HWTEST_F()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H
A
D
ipc_cmd_parser.cpp
1499
std::shared_ptr<
IpcAclProfileReq
> pReq = std::static_pointer_cast<
IpcAclProfileReq
>(pBaseReq);
in ON_IPC_SET_REQUEST()
1554
std::shared_ptr<
IpcAclProfileReq
> pReq = std::static_pointer_cast<
IpcAclProfileReq
>(pBaseReq);
in ON_IPC_SET_REQUEST()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H
A
D
device_manager_impl.cpp
2144
std::shared_ptr<
IpcAclProfileReq
> req = std::make_shared<
IpcAclProfileReq
>();
in DpAclAdd()
2223
std::shared_ptr<
IpcAclProfileReq
> req = std::make_shared<
IpcAclProfileReq
>();
in IsSameAccount()
Completed in 10 milliseconds