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:IsRemoteDied
(Results
1 - 23
of
23
) sorted by relevance
/base/location/frameworks/cj/include/
H
A
D
location_switch_callback.h
35
bool
IsRemoteDied
();
H
A
D
gnss_status_callback.h
35
bool
IsRemoteDied
();
H
A
D
nmea_message_callback.h
35
bool
IsRemoteDied
();
H
A
D
cached_locations_callback.h
35
bool
IsRemoteDied
();
/base/location/frameworks/cj/source/
H
A
D
location_switch_callback.cpp
66
bool LocationSwitchCallback::
IsRemoteDied
()
in IsRemoteDied()
function in OHOS::GeoLocationManager::LocationSwitchCallback
H
A
D
nmea_message_callback.cpp
68
bool NmeaMessageCallback::
IsRemoteDied
()
in IsRemoteDied()
function in OHOS::GeoLocationManager::NmeaMessageCallback
H
A
D
gnss_status_callback.cpp
67
bool GnssStatusCallback::
IsRemoteDied
()
in IsRemoteDied()
function in OHOS::GeoLocationManager::GnssStatusCallback
H
A
D
cached_locations_callback.cpp
74
bool CachedLocationsCallback::
IsRemoteDied
()
in IsRemoteDied()
function in OHOS::GeoLocationManager::CachedLocationsCallback
/base/location/test/fuzztest/locator/locator_fuzzer/
H
A
D
locator_fuzzer.cpp
135
cachedCallbackHost->
IsRemoteDied
();
in CachedLocationsCallbackHostFuzzerTest()
175
gnssCallbackHost->
IsRemoteDied
();
in GnssStatusCallbackHostFuzzerTest()
194
switchCallbackHost->
IsRemoteDied
();
in LocationSwitchCallbackHostFuzzerTest()
238
nmeaCallbackHost->
IsRemoteDied
();
in NmeaMessageCallbackHostFuzzerTest()
/base/location/test/location_locator/source/
H
A
D
callback_test.cpp
242
EXPECT_NE(true, cachedCallbackHost->
IsRemoteDied
());
in HWTEST_F()
274
EXPECT_NE(true, gnssCallbackHost->
IsRemoteDied
());
in HWTEST_F()
288
EXPECT_NE(true, switchCallbackHost->
IsRemoteDied
());
in HWTEST_F()
321
EXPECT_NE(true, nmeaCallbackHost->
IsRemoteDied
());
in HWTEST_F()
/base/location/frameworks/js/napi/include/
H
A
D
nmea_message_callback_napi.h
40
bool
IsRemoteDied
();
H
A
D
location_switch_callback_napi.h
37
bool
IsRemoteDied
();
H
A
D
cached_locations_callback_napi.h
41
bool
IsRemoteDied
();
H
A
D
gnss_status_callback_napi.h
39
bool
IsRemoteDied
();
H
A
D
locating_required_data_callback_napi.h
37
bool
IsRemoteDied
();
/base/location/interfaces/inner_api/include/
H
A
D
location_gnss_geofence_callback_napi.h
38
bool
IsRemoteDied
();
/base/location/frameworks/js/napi/source/
H
A
D
nmea_message_callback_napi.cpp
117
bool NmeaMessageCallbackNapi::
IsRemoteDied
()
in IsRemoteDied()
function in OHOS::Location::NmeaMessageCallbackNapi
H
A
D
location_switch_callback_napi.cpp
111
bool LocationSwitchCallbackNapi::
IsRemoteDied
()
in IsRemoteDied()
function in OHOS::Location::LocationSwitchCallbackNapi
H
A
D
gnss_status_callback_napi.cpp
117
bool GnssStatusCallbackNapi::
IsRemoteDied
()
in IsRemoteDied()
function in OHOS::Location::GnssStatusCallbackNapi
H
A
D
cached_locations_callback_napi.cpp
121
bool CachedLocationsCallbackNapi::
IsRemoteDied
()
in IsRemoteDied()
function in OHOS::Location::CachedLocationsCallbackNapi
H
A
D
location_gnss_geofence_callback_napi.cpp
192
bool LocationGnssGeofenceCallbackNapi::
IsRemoteDied
()
in IsRemoteDied()
function in OHOS::Location::LocationGnssGeofenceCallbackNapi
H
A
D
locating_required_data_callback_napi.cpp
138
bool LocatingRequiredDataCallbackNapi::
IsRemoteDied
()
in IsRemoteDied()
function in OHOS::Location::LocatingRequiredDataCallbackNapi
/base/location/test/location_geofence/source/
H
A
D
location_gnss_geofence_callback_host_test.cpp
77
callback->
IsRemoteDied
();
in HWTEST_F()
Completed in 8 milliseconds