Home
last modified time | relevance | path

Searched defs:dispatcher (Results 26 – 50 of 99) sorted by relevance

1234

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/flags/
H A DConditionalRestarterTest.kt42 val dispatcher = StandardTestDispatcher() regex
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_def.h56 utility::Dispatcher &dispatcher; member
/ohos5.0/drivers/hdf_core/framework/core/common/src/
H A Dhdf_device_node_ext.c57 static struct HdfIoDispatcher dispatcher = { .Dispatch = DeviceNodeExtDispatch }; in DeviceNodeExtPublishService() local
H A Ddevmgr_service_start.c129 static struct HdfIoDispatcher dispatcher = { in DeviceManagerStart() local
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/message/
H A Dmessage_router.c109 static ErrorCode RegDispatcher(DispatcherId dispatcherId, MessageDispatcher *dispatcher) in RegDispatcher()
149 MessageDispatcher *dispatcher = NULL; in AddDispatcher() local
276 MessageDispatcher *dispatcher = NULL; in RegistServiceInner() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/data/repository/
H A DActivityTaskManagerTasksRepositoryTest.kt41 private val dispatcher = UnconfinedTestDispatcher() regex
H A DMediaProjectionManagerRepositoryTest.kt43 private val dispatcher = StandardTestDispatcher() regex
/ohos5.0/drivers/hdf_core/adapter/uhdf2/ipc/src/
H A Dhdf_remote_service.c31 …teService *HdfRemoteServiceObtain(struct HdfObject *object, struct HdfRemoteDispatcher *dispatcher) in HdfRemoteServiceObtain()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifLiveDataImplTest.kt116 val dispatcher = liveDataImpl.setValueAndProvideDispatcher(13) regex
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevhost_service_stub.c115 static struct HdfRemoteDispatcher dispatcher = {.Dispatch = DevHostServiceStubDispatch}; in DevHostServiceStubConstruct() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/appselector/data/
H A DIconLoaderLibAppIconLoaderTest.kt48 private val dispatcher = Dispatchers.Unconfined regex
H A DShellRecentTaskListProviderTest.kt25 private val dispatcher = Dispatchers.Unconfined regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
H A DFingerprintRepositoryImplTest.kt65 val dispatcher = StandardTestDispatcher() regex
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dpool.rs94 let dispatcher = ConnDispatcher::http1( in conn() localVariable
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceInventory.java1014 /*package*/ void registerStrategyPreferredDevicesDispatcher( in registerStrategyPreferredDevicesDispatcher()
1019 /*package*/ void unregisterStrategyPreferredDevicesDispatcher( in unregisterStrategyPreferredDevicesDispatcher()
1024 /*package*/ void registerStrategyNonDefaultDevicesDispatcher( in registerStrategyNonDefaultDevicesDispatcher()
1029 /*package*/ void unregisterStrategyNonDefaultDevicesDispatcher( in unregisterStrategyNonDefaultDevicesDispatcher()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotPolicyImplTest.kt129 val dispatcher = Dispatchers.Unconfined regex
/aosp14/frameworks/base/core/java/android/speech/tts/
H A DPlaybackSynthesisCallback.java57 @NonNull UtteranceProgressDispatcher dispatcher, @NonNull Object callerIdentity, in PlaybackSynthesisCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_server.cpp26 utility::Dispatcher &dispatcher) in ObexServer()
306 …nst ObexPrivateServerConfig &config, ObexServerObserver &observer, utility::Dispatcher &dispatcher) in ObexPrivateServer()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/domain/interactor/
H A DTaskSwitchInteractorTest.kt45 private val dispatcher = UnconfinedTestDispatcher() regex
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevsvc_manager_ext.c151 static struct HdfIoDispatcher dispatcher = { in DevSvcManagerExtStart() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/ui/
H A DTaskSwitcherNotificationCoordinatorTest.kt54 private val dispatcher = UnconfinedTestDispatcher() regex
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_group_js_bridge.cpp138 auto dispatcher = engine->GetJsMessageDispatcher().Upgrade(); in ProcessJsRequest() local
191 auto dispatcher = engine->GetJsMessageDispatcher().Upgrade(); in ProcessJsRequestSync() local
265 auto dispatcher = engine->GetJsMessageDispatcher().Upgrade(); in ProcessParseJsError() local
H A Djsi_declarative_engine.h121 void SetJsMessageDispatcher(const RefPtr<JsMessageDispatcher>& dispatcher) in SetJsMessageDispatcher()
183 auto dispatcher = dispatcher_.Upgrade(); in CallCurlFunction() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/ui/viewmodel/
H A DTaskSwitcherNotificationViewModelTest.kt47 private val dispatcher = UnconfinedTestDispatcher() regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
H A DCredentialViewModelTest.kt32 private val dispatcher = UnconfinedTestDispatcher() regex

1234