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:publishId_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H
A
D
ipc_unpublish_req.h
35
return
publishId_
;
in GetPublishId()
45
publishId_
= publishId;
in SetPublishId()
49
int32_t
publishId_
{ 0 };
H
A
D
ipc_notify_publish_result_req.h
34
return
publishId_
;
in GetPublishId()
44
publishId_
= publishId;
in SetPublishId()
68
int32_t
publishId_
= 0;
member in OHOS::DistributedHardware::IpcNotifyPublishResultReq
/foundation/communication/dsoftbus/tests/core/discovery/ipc/
H
A
D
remote_object_mock.cpp
73
if (publishId !=
publishId_
) {
in GetResult()
H
A
D
remote_object_mock.h
64
int32_t
publishId_
{};
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/
H
A
D
native_devicemanager_js.h
87
int32_t
publishId_
;
member
91
: bundleName_(bundleName),
publishId_
(publishId), reason_(reason) {}
in DmNapiPublishJsCallback()
/foundation/distributedhardware/device_manager/interfaces/kits/js/include/
H
A
D
native_devicemanager_js.h
133
int32_t
publishId_
;
member
137
: bundleName_(bundleName),
publishId_
(publishId), reason_(reason) {}
in DmNapiPublishJsCallback()
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H
A
D
native_devicemanager_js.cpp
470
deviceManagerNapi->OnPublishResult(callback->
publishId_
, callback->reason_);
in OnPublishResult()
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H
A
D
native_devicemanager_js.cpp
620
deviceManagerNapi->OnPublishResult(callback->
publishId_
, callback->reason_);
in OnPublishResult()
Completed in 15 milliseconds