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:msgPort
(Results
1 - 3
of
3
) sorted by relevance
/base/web/webview/interfaces/kits/cj/src/
H
A
D
webview_message_ffi.cpp
45
WebMessagePortImpl *
msgPort
= FFIData::GetData<WebMessagePortImpl>(msgPortId);
in FfiOHOSWebMessagePortPostMessageEvent()
local
46
if (
msgPort
== nullptr) {
in FfiOHOSWebMessagePortPostMessageEvent()
51
*errCode =
msgPort
->PostPortMessage(webMsg);
in FfiOHOSWebMessagePortPostMessageEvent()
62
WebMessagePortImpl *
msgPort
= FFIData::GetData<WebMessagePortImpl>(msgPortId);
in FfiOHOSWebMessagePortPostMessageEventArr()
local
63
if (
msgPort
== nullptr) {
in FfiOHOSWebMessagePortPostMessageEventArr()
68
*errCode =
msgPort
->PostPortMessage(webMsg);
in FfiOHOSWebMessagePortPostMessageEventArr()
81
WebMessagePortImpl *
msgPort
= FFIData::GetData<WebMessagePortImpl>(msgPortId);
in FfiOHOSWebMessagePortPostMessageEventExt()
local
82
if (
msgPort
== nullptr) {
in FfiOHOSWebMessagePortPostMessageEventExt()
87
if (!
msgPort
->IsExtentionType()) {
in FfiOHOSWebMessagePortPostMessageEventExt()
91
*errCode =
msgPort
in FfiOHOSWebMessagePortPostMessageEventExt()
97
WebMessagePortImpl *
msgPort
= FFIData::GetData<WebMessagePortImpl>(
msgPort
Id);
FfiOHOSWebMessagePortIsExtentionType()
local
110
WebMessagePortImpl *
msgPort
= FFIData::GetData<WebMessagePortImpl>(
msgPort
Id);
FfiOHOSWebMessagePortOnMessageEvent()
local
125
WebMessagePortImpl *
msgPort
= FFIData::GetData<WebMessagePortImpl>(
msgPort
Id);
FfiOHOSWebMessagePortOnMessageEventExt()
local
137
WebMessagePortImpl *
msgPort
= FFIData::GetData<WebMessagePortImpl>(
msgPort
Id);
FfiOHOSWebMessagePortClose()
local
[all...]
H
A
D
webview_ffi.cpp
912
WebMessagePortImpl *
msgPort
= FFIData::GetData<WebMessagePortImpl>(portsId[i]);
in GetSendPorts()
local
913
if ((!
msgPort
)) {
in GetSendPorts()
916
std::string portHandle =
msgPort
->GetPortHandle();
in GetSendPorts()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
napi_webview_controller.cpp
1929
WebMessagePort *
msgPort
= nullptr;
in GetSendPorts()
local
1930
napi_status status = napi_unwrap(env, portItem, (void **)&
msgPort
);
in GetSendPorts()
1931
if ((!
msgPort
) || (status != napi_ok)) {
in GetSendPorts()
1935
std::string portHandle =
msgPort
->GetPortHandle();
in GetSendPorts()
2022
WebMessagePort *
msgPort
= new (std::nothrow) WebMessagePort(webId, portHandle, isExtentionType);
in JsConstructor()
local
2023
if (
msgPort
== nullptr) {
in JsConstructor()
2027
NAPI_CALL(env, napi_wrap(env, thisVar,
msgPort
,
in JsConstructor()
2029
WebMessagePort *
msgPort
= static_cast<WebMessagePort *>(data);
in JsConstructor()
2030
delete
msgPort
;
in JsConstructor()
2043
WebMessagePort *
msgPort
in Close()
local
2123
WebMessagePort *
msgPort
= nullptr;
PostMessageEvent()
local
2169
WebMessagePort *
msgPort
= nullptr;
PostMessageEventExt()
local
2219
WebMessagePort *
msgPort
= nullptr;
OnMessageEventExt()
local
2466
WebMessagePort *
msgPort
= nullptr;
OnMessageEvent()
local
[all...]
Completed in 12 milliseconds