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:isAvailable
(Results
1 - 19
of
19
) sorted by relevance
/base/powermgr/battery_manager/test/unittest/src/scenario_test/
H
A
D
battery_light_test.cpp
80
GTEST_LOG_(INFO) << "The current device supports Light: " << g_light.
isAvailable
();
in SetUpTestCase()
103
RETURN_IF(!g_light.
isAvailable
());
in HWTEST_F()
118
RETURN_IF(!g_light.
isAvailable
());
in HWTEST_F()
134
RETURN_IF(!g_light.
isAvailable
());
in HWTEST_F()
151
RETURN_IF(!g_light.
isAvailable
());
in HWTEST_F()
166
RETURN_IF(!g_light.
isAvailable
());
in HWTEST_F()
188
RETURN_IF(!g_light.
isAvailable
());
in HWTEST_F()
205
RETURN_IF(!g_light.
isAvailable
());
in HWTEST_F()
222
RETURN_IF(!g_light.
isAvailable
());
in HWTEST_F()
239
RETURN_IF(!g_light.
isAvailable
());
in HWTEST_F()
[all...]
/base/powermgr/battery_manager/services/native/include/
H
A
D
battery_light.h
32
bool
isAvailable
() const;
/base/location/services/location_gnss/gnss/source/
H
A
D
geofence_event_callback.cpp
24
int32_t GeofenceEventCallback::ReportGeofenceAvailability(bool
isAvailable
)
in ReportGeofenceAvailability()
argument
/base/location/services/location_gnss/gnss/include/
H
A
D
geofence_event_callback.h
36
int32_t ReportGeofenceAvailability(bool
isAvailable
) override;
/base/location/frameworks/cj/source/
H
A
D
geolocationmanager_impl.cpp
162
bool
isAvailable
= false;
in IsGeocoderAvailable()
local
163
errCode = g_locatorProxy->IsGeoServiceAvailableV9(
isAvailable
);
in IsGeocoderAvailable()
164
return
isAvailable
;
in IsGeocoderAvailable()
316
bool
isAvailable
= false;
in GetAddressesFromLocation()
local
317
errCode = g_locatorProxy->IsGeoServiceAvailableV9(
isAvailable
);
in GetAddressesFromLocation()
321
if (!
isAvailable
) {
in GetAddressesFromLocation()
346
bool
isAvailable
= false;
in GetAddressesFromLocationName()
local
347
errCode = g_locatorProxy->IsGeoServiceAvailableV9(
isAvailable
);
in GetAddressesFromLocationName()
351
if (!
isAvailable
) {
in GetAddressesFromLocationName()
/base/powermgr/battery_manager/services/native/src/
H
A
D
battery_light.cpp
122
bool BatteryLight::
isAvailable
() const
in isAvailable()
function in OHOS::PowerMgr::BatteryLight
/base/location/frameworks/native/locator_sdk/source/
H
A
D
country_code_manager.cpp
197
bool
isAvailable
= false;
in GetCountryCodeByLocation()
local
198
LocationErrCode errorCode = locatorImpl->IsGeoServiceAvailableV9(
isAvailable
);
in GetCountryCodeByLocation()
199
if (errorCode != ERRCODE_SUCCESS || !
isAvailable
) {
in GetCountryCodeByLocation()
H
A
D
locator_proxy.cpp
659
LocationErrCode LocatorProxy::IsGeoConvertAvailableV9(bool &
isAvailable
)
in IsGeoConvertAvailableV9()
argument
665
isAvailable
= reply.ReadBool();
in IsGeoConvertAvailableV9()
667
isAvailable
= false;
in IsGeoConvertAvailableV9()
H
A
D
locator_impl.cpp
928
LocationErrCode LocatorImpl::IsGeoServiceAvailableV9(bool &
isAvailable
)
in IsGeoServiceAvailableV9()
argument
939
LocationErrCode errCode = proxy->IsGeoConvertAvailableV9(
isAvailable
);
in IsGeoServiceAvailableV9()
/base/location/frameworks/js/napi/source/
H
A
D
location_napi_adapter.cpp
260
bool
isAvailable
= false;
in IsGeoServiceAvailable()
local
261
LocationErrCode errorCode = g_locatorClient->IsGeoServiceAvailableV9(
isAvailable
);
in IsGeoServiceAvailable()
266
NAPI_CALL(env, napi_get_boolean(env,
isAvailable
, &res));
in IsGeoServiceAvailable()
275
bool
isAvailable
= g_locatorClient->IsGeoServiceAvailable();
in IsGeoServiceAvailable()
276
context->enable =
isAvailable
;
in IsGeoServiceAvailable()
301
bool
isAvailable
= false;
in CreateReverseGeocodeAsyncContext()
302
LocationErrCode errorCode = g_locatorClient->IsGeoServiceAvailableV9(
isAvailable
);
in CreateReverseGeocodeAsyncContext()
307
if (!
isAvailable
) {
in CreateReverseGeocodeAsyncContext()
342
bool
isAvailable
= false;
in CreateReverseGeocodeAsyncContext()
343
LocationErrCode errorCode = g_locatorClient->IsGeoServiceAvailableV9(
isAvailable
);
in CreateReverseGeocodeAsyncContext()
[all...]
/base/location/interfaces/inner_api/include/
H
A
D
locator_proxy.h
95
LocationErrCode IsGeoConvertAvailableV9(bool &
isAvailable
);
H
A
D
locator.h
84
virtual LocationErrCode IsGeoServiceAvailableV9(bool &
isAvailable
) = 0;
H
A
D
locator_impl.h
446
* @param
isAvailable
Indicates if geocoding service is available
449
LocationErrCode IsGeoServiceAvailableV9(bool &
isAvailable
);
/base/location/test/location_locator/source/
H
A
D
locator_impl_test.cpp
337
bool
isAvailable
= true;
in HWTEST_F()
local
339
locatorImpl_->IsGeoServiceAvailableV9(
isAvailable
);
in HWTEST_F()
/base/account/os_account/services/accountmgr/src/account_iam/
H
A
D
account_iam_callback.cpp
601
bool
isAvailable
= InnerAccountIAMManager::GetInstance().CheckDomainAuthAvailable(userId_);
in OnCredentialInfo()
local
602
if (
isAvailable
) {
in OnCredentialInfo()
H
A
D
inner_account_iam_manager.cpp
404
bool
isAvailable
= InnerDomainAccountManager::GetInstance().IsPluginAvailable();
in CheckDomainAuthAvailable()
local
405
return !domainAccountInfo.accountName_.empty() &&
isAvailable
;
in CheckDomainAuthAvailable()
/base/location/services/location_locator/locator/include/
H
A
D
locator_ability.h
142
LocationErrCode IsGeoConvertAvailable(bool &
isAvailable
);
/base/location/services/location_locator/locator/source/
H
A
D
locator_ability.cpp
1229
LocationErrCode LocatorAbility::IsGeoConvertAvailable(bool &
isAvailable
)
in IsGeoConvertAvailable()
argument
1234
isAvailable
= false;
in IsGeoConvertAvailable()
1240
isAvailable
= replyParcel.ReadBool();
in IsGeoConvertAvailable()
1242
isAvailable
= false;
in IsGeoConvertAvailable()
H
A
D
locator_skeleton.cpp
436
bool
isAvailable
= false;
in PreIsGeoConvertAvailable()
local
437
reply.WriteInt32(locatorAbility->IsGeoConvertAvailable(
isAvailable
));
in PreIsGeoConvertAvailable()
438
reply.WriteBool(
isAvailable
);
in PreIsGeoConvertAvailable()
Completed in 21 milliseconds