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:FI_PKG_NAME
(Results
1 - 8
of
8
) sorted by relevance
/base/msdp/device_status/rust/subsystem/distributed_hardware/sys/src/interaction/
H
A
D
dis_handware.rs
31
static
FI_PKG_NAME
: &str = "ohos.msdp.fusioninteraction";
consts
40
let pkg_name = CString::new(
FI_PKG_NAME
)?;
in init_device_manager()
54
let pkg_name = CString::new(
FI_PKG_NAME
)?;
in register_device_state()
75
let pkg_name = CString::new(
FI_PKG_NAME
)?;
in un_register_device_state()
/base/msdp/device_status/intention/prototype/src/
H
A
D
i_dsoftbus_adapter.cpp
33
int32_t ret = ::GetLocalNodeDeviceInfo(
FI_PKG_NAME
, &localNode);
in GetLocalNetworkId()
/base/msdp/device_status/intention/adapters/ddm_adapter/src/
H
A
D
ddm_adapter_impl.cpp
44
std::string pkgName(
FI_PKG_NAME
);
in Enable()
78
std::string pkgName(
FI_PKG_NAME
);
in Disable()
120
if (int32_t ret = D_DEV_MGR.GetTrustedDeviceList(
FI_PKG_NAME
, "", deviceList); ret != RET_OK) {
in GetTrustedDeviceList()
/base/msdp/device_status/utils/common/include/
H
A
D
devicestatus_define.h
28
#define
FI_PKG_NAME
"ohos.msdp.fusioninteraction"
macro
/base/msdp/device_status/rust/subsystem/device_profile/binding/src/
H
A
D
fusion_security.cpp
123
int32_t ret = GetLocalNodeDeviceInfo(
FI_PKG_NAME
, &node);
in GetLocalNetworkId()
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/
H
A
D
dsoftbus_adapter_impl.cpp
119
if (D_DEV_MGR.GetTrustedDeviceList(
FI_PKG_NAME
, "", deviceList) != RET_OK) {
in CheckDeviceOnline()
412
char pkgName[PKG_NAME_SIZE_MAX] {
FI_PKG_NAME
};
in SetupServer()
457
char pkgName[PKG_NAME_SIZE_MAX] {
FI_PKG_NAME
};
in OpenSessionLocked()
/base/msdp/device_status/test/fuzztest/dsoftbusadapter_fuzzer/
H
A
D
dsoftbusadapter_fuzzer.cpp
187
char pkgName[PKG_NAME_SIZE_MAX] {
FI_PKG_NAME
};
in InitSocketFuzzTest()
/base/msdp/device_status/test/unittest/intention/adapters/src/
H
A
D
dsoftbus_adapter_test.cpp
319
char pkgName[PKG_NAME_SIZE_MAX] {
FI_PKG_NAME
};
in HWTEST_F()
503
char pkgName[PKG_NAME_SIZE_MAX] {
FI_PKG_NAME
};
in HWTEST_F()
Completed in 4 milliseconds