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:g_proxy
(Results
1 - 4
of
4
) sorted by relevance
/base/sensors/sensor_lite/frameworks/src/
H
A
D
sensor_agent.c
18
void *
g_proxy
;
variable
22
if (
g_proxy
== NULL) {
in GetAllSensors()
23
g_proxy
= GetServiceProxy();
in GetAllSensors()
25
return GetAllSensorsByProxy(
g_proxy
, sensorInfo, count);
in GetAllSensors()
30
if (
g_proxy
== NULL) {
in ActivateSensor()
31
g_proxy
= GetServiceProxy();
in ActivateSensor()
33
return ActivateSensorByProxy(
g_proxy
, sensorTypeId, user);
in ActivateSensor()
38
if (
g_proxy
== NULL) {
in DeactivateSensor()
39
g_proxy
= GetServiceProxy();
in DeactivateSensor()
41
return DeactivateSensorByProxy(
g_proxy
, sensorTypeI
in DeactivateSensor()
[all...]
/base/powermgr/battery_manager/test/unittest/src/
H
A
D
battery_srv_proxy_mock_test.cpp
33
std::shared_ptr<BatterySrvProxy>
g_proxy
;
member
44
g_proxy
= std::make_shared<BatterySrvProxy>(remoteObj);
in SetUpTestCase()
50
g_proxy
= nullptr;
in TearDownTestCase()
67
int32_t capacity =
g_proxy
->GetCapacity();
in HWTEST_F()
81
BatteryChargeState chargeState =
g_proxy
->GetChargingStatus();
in HWTEST_F()
96
BatteryHealthState healthState =
g_proxy
->GetHealthStatus();
in HWTEST_F()
111
BatteryPluggedType pluggedType =
g_proxy
->GetPluggedType();
in HWTEST_F()
126
bool isPresent =
g_proxy
->GetPresent();
in HWTEST_F()
140
std::string technology =
g_proxy
->GetTechnology();
in HWTEST_F()
154
int32_t totalEnergy =
g_proxy
in HWTEST_F()
[all...]
/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/
H
A
D
face_auth_all_in_one_executor_hdi_fuzzer.cpp
221
auto
g_proxy
= new (nothrow) DummyExecutorProxy();
member
222
auto g_hdi = Common::MakeShared<FaceAuthAllInOneExecutorHdi>(
g_proxy
);
382
g_proxy
->FuzzTriggerSaCommandCallback(parcel);
in FuzzTriggerSaCommandCallback()
388
if (
g_proxy
== nullptr) {
in SetProxyParcel()
389
IAM_LOGE("
g_proxy
is nullptr");
in SetProxyParcel()
392
g_proxy
->SetParcel(parcel);
in SetProxyParcel()
397
if (
g_proxy
== nullptr) {
in ClearProxyParcel()
398
IAM_LOGE("
g_proxy
is nullptr");
in ClearProxyParcel()
401
g_proxy
->ClearParcel();
in ClearProxyParcel()
/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/
H
A
D
fingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp
218
auto
g_proxy
= new (nothrow) DummyExecutorProxy();
member
219
auto g_hdi = Common::MakeShared<FingerprintAllInOneExecutorHdi>(
g_proxy
);
379
g_proxy
->FuzzTriggerSaCommandCallback(parcel);
in FuzzTriggerSaCommandCallback()
385
if (
g_proxy
== nullptr) {
in SetProxyParcel()
386
IAM_LOGE("
g_proxy
is nullptr");
in SetProxyParcel()
389
g_proxy
->SetParcel(parcel);
in SetProxyParcel()
394
if (
g_proxy
== nullptr) {
in ClearProxyParcel()
395
IAM_LOGE("
g_proxy
is nullptr");
in ClearProxyParcel()
398
g_proxy
->ClearParcel();
in ClearProxyParcel()
Completed in 3 milliseconds