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
defs:observers
(Results
1 - 25
of
50
) sorted by relevance
1
2
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
connection_observer_controller.h
88
auto
observers
= GetObservers();
in CallObservers()
local
/foundation/ability/ability_runtime/test/unittest/connection_observer_controller_test/
H
A
D
connection_observer_controller_test.cpp
154
std::vector<sptr<AbilityRuntime::IConnectionObserver>>
observers
;
in HWTEST_F()
local
/third_party/node/src/
H
A
D
node_perf_common.h
60
AliasedBufferIndex
observers
;
member
71
AliasedUint32Array
observers
;
member in node::performance::PerformanceState
83
uint32_t
observers
[NODE_PERFORMANCE_ENTRY_TYPE_INVALID];
member
H
A
D
node_perf.h
116
AliasedUint32Array&
observers
= env->performance_state()->
observers
;
in Notify()
local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H
A
D
VertexArrayImpl.h
48
void setContentsObservers(gl::VertexArrayBufferContentsObservers *
observers
)
in setContentsObservers()
argument
/foundation/ability/ability_runtime/test/fuzztest/abilityfirstframestateobservermanager_fuzzer/
H
A
D
abilityfirstframestateobservermanager_fuzzer.cpp
54
sptr<IRemoteBroker>
observers
;
in DoSomethingInterestingWithMyAPI()
local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/eventcenter/
H
A
D
event_center.cpp
56
auto
observers
= observers_.Find(evt.GetEventId());
in Dispatch()
local
/foundation/distributeddatamgr/pasteboard/framework/framework/eventcenter/
H
A
D
event_center.cpp
55
auto
observers
= observers_.Find(evt.GetEventId());
in Dispatch()
local
/third_party/skia/modules/sksg/src/
H
A
D
SkSGNode.cpp
67
auto
observers
= new std::vector<Node*>();
in observeInval()
local
/foundation/ability/form_fwk/services/src/
H
A
D
form_observer_record.cpp
49
std::vector<sptr<IRemoteObject>>
observers
;
in SetFormAddObserver()
local
70
std::vector<sptr<IRemoteObject>>
observers
;
in SetFormRemoveObserver()
local
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/
H
A
D
connection_observer_client_impl.cpp
88
auto
observers
= GetObservers();
in HandleExtensionConnected()
local
99
auto
observers
= GetObservers();
in HandleExtensionDisconnected()
local
111
auto
observers
= GetObservers();
in HandleDlpAbilityOpened()
local
122
auto
observers
in HandleDlpAbilityClosed()
local
266
auto
observers
= GetObservers();
NotifyServiceDiedToObservers()
local
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrrenderstateobservermanager_fuzzer/
H
A
D
abilityappmgrrenderstateobservermanager_fuzzer.cpp
77
sptr<IRenderStateObserver>
observers
;
in DoSomethingInterestingWithMyAPI()
local
/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/
H
A
D
app_state_observer_manager_test.cpp
1308
sptr<IAbilityForegroundStateObserver>
observers
= new AbilityForegroundStateObserverProxy(nullptr);
in HWTEST_F()
local
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_map_mse.cpp
37
explicit BluetoothMapMseObserverImp(BluetoothObserverList<MapMseObserver> &
observers
)
in BluetoothMapMseObserverImp()
argument
H
A
D
bluetooth_pan.cpp
33
explicit PanInnerObserver(BluetoothObserverList<PanObserver> &
observers
) : observers_(
observers
)
in PanInnerObserver()
argument
H
A
D
bluetooth_hfp_hf.cpp
33
explicit HfServiceObserver(BluetoothObserverList<HandsFreeUnitObserver> &
observers
) : observers_(
observers
)
in HfServiceObserver()
argument
H
A
D
bluetooth_hid_host.cpp
35
explicit HidHostInnerObserver(BluetoothObserverList<HidHostObserver> &
observers
) : observers_(
observers
)
in HidHostInnerObserver()
argument
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_a2dp_sink_server.cpp
41
void SetObserver(RemoteObserverList<IBluetoothA2dpSinkObserver> *
observers
)
in SetObserver()
argument
H
A
D
bluetooth_pan_server.cpp
43
void SetObserver(RemoteObserverList<IBluetoothPanObserver> *
observers
)
in SetObserver()
argument
H
A
D
bluetooth_hfp_hf_server.cpp
115
void SetObserver(RemoteObserverList<IBluetoothHfpHfObserver>*
observers
)
in SetObserver()
argument
H
A
D
bluetooth_ble_advertiser_server.cpp
83
void SetObserver(RemoteObserverList<IBluetoothBleAdvertiseCallback> *
observers
)
in SetObserver()
argument
H
A
D
bluetooth_hid_host_server.cpp
45
void SetObserver(RemoteObserverList<IBluetoothHidHostObserver> *
observers
)
in SetObserver()
argument
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H
A
D
napi_callbacks_manager.h
97
IsRegistered(const Observer &observer, const std::vector<ObserverNode> &
observers
)
IsRegistered()
argument
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
rdb_manager_impl.cpp
148
auto
observers
= proxy->ExportObservers();
in OnRemoteDied()
local
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H
A
D
napi_bluetooth_ble_central_manager_callback.cpp
140
void SysOnScanCallBack(sysBLEMap &
observers
, const BleScanResult &result)
in SysOnScanCallBack()
argument
284
auto
observers
= GetSysBLEObserver();
in OnStartOrStopScanEvent()
local
Completed in 15 milliseconds
1
2