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:NapiNativeInt
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H
A
D
napi_bluetooth_gatt_client_callback.cpp
68
auto napiRssi = std::make_shared<
NapiNativeInt
>(rssi);
in OnReadRemoteRssiValueResult()
102
auto nativeObject = std::make_shared<
NapiNativeInt
>(mtu);
in OnMtuUpdate()
H
A
D
napi_bluetooth_gatt_server_callback.cpp
113
auto nativeObject = std::make_shared<
NapiNativeInt
>(mtu);
in OnMtuUpdate()
120
auto napiRet = std::make_shared<
NapiNativeInt
>(ret);
in OnNotificationCharacteristicChanged()
H
A
D
napi_bluetooth_ble_advertise_callback.cpp
74
auto napiAdvHandle = std::make_shared<
NapiNativeInt
>(advHandle);
in OnGetAdvHandleEvent()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H
A
D
napi_native_object.h
39
class
NapiNativeInt
: public NapiNativeObject {
class
41
explicit
NapiNativeInt
(int value) : value_(value) {}
in NapiNativeInt()
function in OHOS::Bluetooth::NapiNativeInt
42
~
NapiNativeInt
() override = default;
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H
A
D
napi_bluetooth_access_observer.cpp
40
auto nativeObject = std::make_shared<
NapiNativeInt
>(static_cast<int>(state));
in OnStateChanged()
/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/
H
A
D
napi_bluetooth_pbap_pse.cpp
229
auto object = std::make_shared<
NapiNativeInt
>(strategy);
in GetConnectionStrategy()
291
auto object = std::make_shared<
NapiNativeInt
>(shareType);
in GetShareType()
334
auto object = std::make_shared<
NapiNativeInt
>(accessAuthorization);
in GetPhoneBookAccessAuthorization()
/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H
A
D
napi_bluetooth_map_mse.cpp
196
auto object = std::make_shared<
NapiNativeInt
>(strategy);
in GetConnectionStrategy()
237
auto object = std::make_shared<
NapiNativeInt
>(accessAuthorization);
in GetMessageAccessAuthorization()
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H
A
D
napi_bluetooth_hid_host.cpp
234
auto object = std::make_shared<
NapiNativeInt
>(strategy);
in GetConnectionStrategy()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H
A
D
napi_native_object.cpp
20
napi_value
NapiNativeInt
::ToNapiValue(napi_env env) const
in ToNapiValue()
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H
A
D
napi_bluetooth_hfp_ag.cpp
399
auto object = std::make_shared<
NapiNativeInt
>(strategy);
in GetConnectionStrategy()
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H
A
D
napi_bluetooth_a2dp_src.cpp
440
auto object = std::make_shared<
NapiNativeInt
>(strategy);
in GetConnectionStrategy()
753
auto object = std::make_shared<
NapiNativeInt
>(duration);
in GetAutoPlayDisabledDuration()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H
A
D
napi_bluetooth_connection.cpp
764
auto object = std::make_shared<
NapiNativeInt
>(deviceType);
in GetRemoteDeviceType()
Completed in 9 milliseconds