Home
last modified time | relevance | path

Searched defs:listener (Results 1 – 25 of 3058) sorted by relevance

12345678910>>...123

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_machine.h29 explicit SystemAbilityStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in SystemAbilityStateHandler()
40 explicit NotLoadedStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in NotLoadedStateHandler()
48 explicit LoadingStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in LoadingStateHandler()
56 explicit LoadedStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in LoadedStateHandler()
64 explicit UnloadableStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in UnloadableStateHandler()
72 explicit UnloadingStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in UnloadingStateHandler()
80 explicit SystemProcessStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in SystemProcessStateHandler()
91 explicit NotStartedStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in NotStartedStateHandler()
99 explicit StartedStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in StartedStateHandler()
107 explicit StoppingStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in StoppingStateHandler()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/sensors/
H A DProximitySensorImplDualTest.java68 TestableListener listener = new TestableListener(); in testInitiallyAbovePrimary() local
86 TestableListener listener = new TestableListener(); in testInitiallyBelowPrimaryAboveSecondary() local
108 TestableListener listener = new TestableListener(); in testInitiallyBelowPrimaryAndSecondary() local
129 TestableListener listener = new TestableListener(); in testPrimaryBelowDoesNotInvokeSecondary() local
146 TestableListener listener = new TestableListener(); in testSingleListener() local
182 TestableListener listener = new TestableListener(); in testSecondaryPausing() local
217 TestableListener listener = new TestableListener(); in testUnregister() local
267 TestableListener listener = new TestableListener(); in testPauseAndResume() local
311 TestableListener listener = new TestableListener(); in testPrimarySecondaryDisagreement() local
342 TestableListener listener = new TestableListener(); in testSecondaryCancelsSecondary() local
[all …]
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dime_event_monitor_manager_test.cpp74 auto listener = std::make_shared<ImeSettingListenerTestImpl>(); variable
88 auto listener = std::make_shared<ImeSettingListenerTestImpl>(); variable
102 auto listener = std::make_shared<ImeSettingListenerTestImpl>(); variable
120 auto listener = std::make_shared<ImeSettingListenerTestImpl>(); variable
164 auto listener = std::make_shared<ImeSettingListenerTestImpl>(); variable
178 auto listener = std::make_shared<ImeSettingListenerTestImpl>(); variable
198 auto listener = std::make_shared<ImeSettingListenerTestImpl>(); variable
218 auto listener = std::make_shared<ImeSettingListenerTestImpl>(); variable
245 auto listener = std::make_shared<ImeSettingListenerTestImpl>(); variable
263 auto listener = std::make_shared<ImeSettingListenerTestImpl>(); variable
[all …]
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_test.cpp441 sptr<DisplayManager::IPrivateWindowListener> listener; variable
482 sptr<DisplayManager::IPrivateWindowListener> listener; variable
582 sptr<DisplayManager::IFoldStatusListener> listener; variable
595 sptr<DisplayManager::IFoldStatusListener> listener; variable
611 sptr<DisplayManager::IFoldStatusListener> listener; variable
631 sptr<DisplayManager::IFoldStatusListener> listener; variable
647 sptr<DisplayManager::IDisplayModeListener> listener; variable
663 sptr<DisplayManager::IDisplayModeListener> listener; variable
683 sptr<DisplayManager::IDisplayModeListener> listener; variable
699 sptr<DisplayManager::IDisplayModeListener> listener; variable
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/panelstate/
H A DPanelExpansionStateManagerTest.kt37 val listener = TestPanelExpansionListener() regex
56 val listener = TestPanelExpansionListener() regex
67 val listener = TestPanelStateListener() regex
81 val listener = TestPanelStateListener() regex
93 val listener = TestPanelStateListener() regex
105 val listener = TestPanelStateListener() regex
119 val listener = TestPanelStateListener() regex
135 val listener = TestPanelStateListener() regex
148 val listener = TestPanelStateListener() regex
160 val listener = TestPanelStateListener() regex
[all …]
/ohos5.0/foundation/window/window_manager/dm_lite/test/unittest/
H A Ddisplay_manager_lite_test.cpp72 sptr<DisplayManagerLite::IDisplayListener> listener = new DmMockDisplayListener(); variable
97 sptr<DisplayManagerLite::IDisplayListener> listener = new DmMockDisplayListener(); variable
117 sptr<DisplayManagerLite::IDisplayListener> listener = new DmMockDisplayListener(); variable
170 sptr<DisplayManagerLite::IDisplayListener> listener = new DmMockDisplayListener(); variable
186 sptr<DisplayManagerLite::IDisplayListener> listener = new DmMockDisplayListener(); variable
200 sptr<DisplayManagerLite::IDisplayListener> listener = nullptr; variable
214 sptr<DisplayManagerLite::IDisplayListener> listener = new DmMockDisplayListener(); variable
228 sptr<DisplayManagerLite::IDisplayListener> listener = nullptr; variable
240 sptr<DisplayManagerLite::IDisplayListener> listener = new DmMockDisplayListener(); variable
265 sptr<DisplayManagerLite::IFoldStatusListener> listener = nullptr; variable
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/location/injector/
H A DSettingsHelper.java75 UserSettingChangedListener listener); in removeOnLocationEnabledChangedListener()
87 GlobalSettingChangedListener listener); in addOnBackgroundThrottleIntervalChangedListener()
93 GlobalSettingChangedListener listener); in removeOnBackgroundThrottleIntervalChangedListener()
105 UserSettingChangedListener listener); in addOnLocationPackageBlacklistChangedListener()
111 UserSettingChangedListener listener); in removeOnLocationPackageBlacklistChangedListener()
123 GlobalSettingChangedListener listener); in addOnBackgroundThrottlePackageWhitelistChangedListener()
129 GlobalSettingChangedListener listener); in removeOnBackgroundThrottlePackageWhitelistChangedListener()
141 GlobalSettingChangedListener listener); in addOnGnssMeasurementsFullTrackingEnabledChangedListener()
147 GlobalSettingChangedListener listener); in removeOnGnssMeasurementsFullTrackingEnabledChangedListener()
159 GlobalSettingChangedListener listener); in addIgnoreSettingsAllowlistChangedListener()
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_pin_holder.cpp153 …std::shared_ptr<IDeviceManagerServiceListener> listener = std::make_shared<IDeviceManagerServiceLi… variable
163 …std::shared_ptr<IDeviceManagerServiceListener> listener = std::make_shared<IDeviceManagerServiceLi… variable
192 …std::shared_ptr<IDeviceManagerServiceListener> listener = std::make_shared<IDeviceManagerServiceLi… variable
205 …std::shared_ptr<IDeviceManagerServiceListener> listener = std::make_shared<IDeviceManagerServiceLi… variable
224 …std::shared_ptr<IDeviceManagerServiceListener> listener = std::make_shared<IDeviceManagerServiceLi… variable
243 …std::shared_ptr<IDeviceManagerServiceListener> listener = std::make_shared<IDeviceManagerServiceLi… variable
263 …std::shared_ptr<IDeviceManagerServiceListener> listener = std::make_shared<IDeviceManagerServiceLi… variable
283 …std::shared_ptr<IDeviceManagerServiceListener> listener = std::make_shared<IDeviceManagerServiceLi… variable
302 …std::shared_ptr<IDeviceManagerServiceListener> listener = std::make_shared<IDeviceManagerServiceLi… variable
320 …std::shared_ptr<IDeviceManagerServiceListener> listener = std::make_shared<IDeviceManagerServiceLi… variable
[all …]
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
H A DIIpMemoryStore.aidl46 IOnStatusListener listener); in storeNetworkAttributes()
60 IOnStatusListener listener); in storeBlob()
76 void findL2Key(in NetworkAttributesParcelable attributes, IOnL2KeyResponseListener listener); in findL2Key()
87 void isSameNetwork(String l2Key1, String l2Key2, IOnSameL3NetworkResponseListener listener); in isSameNetwork()
98 void retrieveNetworkAttributes(String l2Key, IOnNetworkAttributesRetrievedListener listener); in retrieveNetworkAttributes()
112 IOnBlobRetrievedListener listener); in retrieveBlob()
134 void delete(String l2Key, boolean needWipe, IOnStatusAndCountListener listener); in delete()
154 void deleteCluster(String cluster, boolean needWipe, IOnStatusAndCountListener listener); in deleteCluster()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/10/android/net/
H A DIIpMemoryStore.aidl21 …morystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnStatusListener list… in storeNetworkAttributes()
22 …ing name, in android.net.ipmemorystore.Blob data, android.net.ipmemorystore.IOnStatusListener list… in storeBlob()
23 …ystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnL2KeyResponseListener … in findL2Key()
24 …sSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3NetworkResponseListe… in isSameNetwork()
25 …retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributesRetrievedLis… in retrieveNetworkAttributes()
26 …ob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOnBlobRetrievedListener … in retrieveBlob()
28 …y void delete(String l2Key, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountListener … in delete()
29 …leteCluster(String cluster, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountListener … in deleteCluster()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/7/android/net/
H A DIIpMemoryStore.aidl21 …morystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnStatusListener list… in storeNetworkAttributes()
22 …ing name, in android.net.ipmemorystore.Blob data, android.net.ipmemorystore.IOnStatusListener list… in storeBlob()
23 …ystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnL2KeyResponseListener … in findL2Key()
24 …sSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3NetworkResponseListe… in isSameNetwork()
25 …retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributesRetrievedLis… in retrieveNetworkAttributes()
26 …ob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOnBlobRetrievedListener … in retrieveBlob()
28 …y void delete(String l2Key, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountListener … in delete()
29 …leteCluster(String cluster, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountListener … in deleteCluster()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/8/android/net/
H A DIIpMemoryStore.aidl21 …morystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnStatusListener list… in storeNetworkAttributes()
22 …ing name, in android.net.ipmemorystore.Blob data, android.net.ipmemorystore.IOnStatusListener list… in storeBlob()
23 …ystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnL2KeyResponseListener … in findL2Key()
24 …sSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3NetworkResponseListe… in isSameNetwork()
25 …retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributesRetrievedLis… in retrieveNetworkAttributes()
26 …ob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOnBlobRetrievedListener … in retrieveBlob()
28 …y void delete(String l2Key, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountListener … in delete()
29 …leteCluster(String cluster, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountListener … in deleteCluster()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/9/android/net/
H A DIIpMemoryStore.aidl21 …morystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnStatusListener list… in storeNetworkAttributes()
22 …ing name, in android.net.ipmemorystore.Blob data, android.net.ipmemorystore.IOnStatusListener list… in storeBlob()
23 …ystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnL2KeyResponseListener … in findL2Key()
24 …sSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3NetworkResponseListe… in isSameNetwork()
25 …retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributesRetrievedLis… in retrieveNetworkAttributes()
26 …ob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOnBlobRetrievedListener … in retrieveBlob()
28 …y void delete(String l2Key, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountListener … in delete()
29 …leteCluster(String cluster, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountListener … in deleteCluster()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/current/android/net/
H A DIIpMemoryStore.aidl21 …morystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnStatusListener list… in storeNetworkAttributes()
22 …ing name, in android.net.ipmemorystore.Blob data, android.net.ipmemorystore.IOnStatusListener list… in storeBlob()
23 …ystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnL2KeyResponseListener … in findL2Key()
24 …sSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3NetworkResponseListe… in isSameNetwork()
25 …retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributesRetrievedLis… in retrieveNetworkAttributes()
26 …ob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOnBlobRetrievedListener … in retrieveBlob()
28 …y void delete(String l2Key, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountListener … in delete()
29 …leteCluster(String cluster, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountListener … in deleteCluster()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/softbus_adapter/
H A Dsoftbus_adapter_common_test.cpp92 …std::shared_ptr<SubSoftbusAdapterListener> listener = std::make_shared<SubSoftbusAdapterListener>(… variable
106 …std::shared_ptr<SubSoftbusAdapterListener> listener = std::make_shared<SubSoftbusAdapterListener>(… variable
120 std::shared_ptr<SubSoftbusAdapterListener> listener = nullptr; variable
148 std::shared_ptr<SubSoftbusAdapterListener> listener ; variable
162 std::shared_ptr<SubSoftbusAdapterListener> listener ; variable
177 std::shared_ptr<SubSoftbusAdapterListener> listener; variable
191 …std::shared_ptr<SubSoftbusAdapterListener> listener = std::make_shared<SubSoftbusAdapterListener>(… variable
H A Dsoftbus_adapter_test.cpp98 …std::shared_ptr<SubSoftbusAdapterListener> listener = std::make_shared<SubSoftbusAdapterListener>(… variable
114 …std::shared_ptr<SubSoftbusAdapterListener> listener = std::make_shared<SubSoftbusAdapterListener>(… variable
130 std::shared_ptr<SubSoftbusAdapterListener> listener = nullptr; variable
160 std::shared_ptr<SubSoftbusAdapterListener> listener; variable
174 std::shared_ptr<SubSoftbusAdapterListener> listener; variable
189 std::shared_ptr<SubSoftbusAdapterListener> listener; variable
203 …std::shared_ptr<SubSoftbusAdapterListener> listener = std::make_shared<SubSoftbusAdapterListener>(… variable
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/telephony/
H A DTelephonyListenerManager.java60 public void addActiveDataSubscriptionIdListener(ActiveDataSubscriptionIdListener listener) { in addActiveDataSubscriptionIdListener()
66 public void removeActiveDataSubscriptionIdListener(ActiveDataSubscriptionIdListener listener) { in removeActiveDataSubscriptionIdListener()
72 public void addCallStateListener(CallStateListener listener) { in addCallStateListener()
78 public void removeCallStateListener(CallStateListener listener) { in removeCallStateListener()
84 public void addServiceStateListener(ServiceStateListener listener) { in addServiceStateListener()
90 public void removeServiceStateListener(ServiceStateListener listener) { in removeServiceStateListener()
/aosp12/frameworks/native/libs/gui/
H A DBufferQueue.cpp40 sp<ConsumerListener> listener(mConsumerListener.promote()); in onDisconnect() local
47 sp<ConsumerListener> listener(mConsumerListener.promote()); in onFrameDequeued() local
54 sp<ConsumerListener> listener(mConsumerListener.promote()); in onFrameCancelled() local
61 sp<ConsumerListener> listener(mConsumerListener.promote()); in onFrameDetached() local
69 sp<ConsumerListener> listener(mConsumerListener.promote()); in onFrameAvailable() local
77 sp<ConsumerListener> listener(mConsumerListener.promote()); in onFrameReplaced() local
84 sp<ConsumerListener> listener(mConsumerListener.promote()); in onBuffersReleased() local
91 sp<ConsumerListener> listener(mConsumerListener.promote()); in onSidebandStreamChanged() local
100 sp<ConsumerListener> listener(mConsumerListener.promote()); in addAndGetFrameTimestamps() local
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/power/
H A DICarPower.aidl26 void registerListener(in ICarPowerStateListener listener); in registerListener()
28 void unregisterListener(in ICarPowerStateListener listener); in unregisterListener()
32 void finished(in ICarPowerStateListener listener); in finished()
36 void registerListenerWithCompletion(in ICarPowerStateListener listener); in registerListenerWithCompletion()
47 in ICarPowerPolicyListener listener); in addPowerPolicyListener()
49 void removePowerPolicyListener(in ICarPowerPolicyListener listener); in removePowerPolicyListener()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
H A DFakeSettingsHelper.java50 public void addListener(UserSettingChangedListener listener) { in addListener()
54 public void removeListener(UserSettingChangedListener listener) { in removeListener()
124 GlobalSettingChangedListener listener) { in addOnBackgroundThrottleIntervalChangedListener()
130 GlobalSettingChangedListener listener) { in removeOnBackgroundThrottleIntervalChangedListener()
150 UserSettingChangedListener listener) { in removeOnLocationPackageBlacklistChangedListener()
165 GlobalSettingChangedListener listener) { in addOnBackgroundThrottlePackageWhitelistChangedListener()
171 GlobalSettingChangedListener listener) { in removeOnBackgroundThrottlePackageWhitelistChangedListener()
186 GlobalSettingChangedListener listener) { in addOnGnssMeasurementsFullTrackingEnabledChangedListener()
192 GlobalSettingChangedListener listener) { in removeOnGnssMeasurementsFullTrackingEnabledChangedListener()
207 GlobalSettingChangedListener listener) { in addIgnoreSettingsAllowlistChangedListener()
[all …]
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_register_manager.cpp72 sptr<CjWindowListener> listener, sptr<Window> window, bool isRegister) in ProcessSystemBarChangeRegister()
78 sptr<CjWindowListener> listener, sptr<Window> window, bool isRegister) in ProcessGestureNavigationEnabledChangeRegister()
84 sptr<CjWindowListener> listener, sptr<Window> window, bool isRegister) in ProcessWaterMarkFlagChangeRegister()
90 sptr<CjWindowListener> listener, sptr<Window> window, bool isRegister) in ProcessWindowChangeRegister()
96 sptr<CjWindowListener> listener, sptr<Window> window, bool isRegister) in ProcessSystemAvoidAreaChangeRegister()
102 sptr<CjWindowListener> listener, sptr<Window> window, bool isRegister) in ProcessAvoidAreaChangeRegister()
108 sptr<CjWindowListener> listener, sptr<Window> window, bool isRegister) in ProcessLifeCycleEventRegister()
114 sptr<CjWindowListener> listener, sptr<Window> window, bool isRegister) in ProcessOccupiedAreaChangeRegister()
131 sptr<CjWindowListener> listener, sptr<Window> window, bool isRegister) in ProcessTouchOutsideRegister()
137 sptr<CjWindowListener> listener, sptr<Window> window, bool isRegister) in ProcessScreenshotRegister()
[all …]
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/1/android/net/
H A DIIpMemoryStore.aidl3 …morystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnStatusListener list… in storeNetworkAttributes()
4 …ing name, in android.net.ipmemorystore.Blob data, android.net.ipmemorystore.IOnStatusListener list… in storeBlob()
5 …ystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnL2KeyResponseListener … in findL2Key()
6 …sSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3NetworkResponseListe… in isSameNetwork()
7 …retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributesRetrievedLis… in retrieveNetworkAttributes()
8 …ob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOnBlobRetrievedListener … in retrieveBlob()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/2/android/net/
H A DIIpMemoryStore.aidl3 …morystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnStatusListener list… in storeNetworkAttributes()
4 …ing name, in android.net.ipmemorystore.Blob data, android.net.ipmemorystore.IOnStatusListener list… in storeBlob()
5 …ystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnL2KeyResponseListener … in findL2Key()
6 …sSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3NetworkResponseListe… in isSameNetwork()
7 …retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributesRetrievedLis… in retrieveNetworkAttributes()
8 …ob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOnBlobRetrievedListener … in retrieveBlob()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/
H A DLocationProviderManagerTest.java420 ILocationListener listener = createMockLocationListener(); in testPassive_Listener() local
440 ILocationListener listener = createMockLocationListener(); in testRegisterListener() local
481 ILocationListener listener = createMockLocationListener(); in testRegisterListener_SameProcess() local
496 ILocationListener listener = createMockLocationListener(); in testRegisterListener_Unregister() local
517 ILocationListener listener = createMockLocationListener(); in testRegisterListener_Unregister_SameProcess() local
542 ILocationListener listener = createMockLocationListener(); in testRegisterListener_NumUpdates() local
562 ILocationListener listener = createMockLocationListener(); in testRegisterListener_ExpiringAlarm() local
577 ILocationListener listener = createMockLocationListener(); in testRegisterListener_ExpiringNoAlarm() local
593 ILocationListener listener = createMockLocationListener(); in testRegisterListener_FastestInterval() local
609 ILocationListener listener = createMockLocationListener(); in testRegisterListener_SmallestDisplacement() local
[all …]
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_machine.cpp24 …AbilityStateMachine::SystemAbilityStateMachine(const std::shared_ptr<SystemAbilityStateListener>& … in SystemAbilityStateMachine()
29 …SystemAbilityStateMachine::InitStateHandlerMap(const std::shared_ptr<SystemAbilityStateListener>& … in InitStateHandlerMap()
144 auto listener = listener_.lock(); in OnEnter() local
159 auto listener = listener_.lock(); in OnEnter() local
179 auto listener = listener_.lock(); in OnEnter() local
194 auto listener = listener_.lock(); in OnEnter() local
209 auto listener = listener_.lock(); in OnEnter() local
224 auto listener = listener_.lock(); in OnEnter() local
239 auto listener = listener_.lock(); in OnEnter() local
254 auto listener = listener_.lock(); in OnEnter() local

12345678910>>...123