Home
last modified time | relevance | path

Searched defs:manager (Results 201 – 225 of 1110) sorted by relevance

12345678910>>...45

/aosp12/frameworks/base/services/core/java/com/android/server/
H A DLocalManagerRegistry.java63 public static <T> void addManager(@NonNull Class<T> managerClass, @NonNull T manager) { in addManager()
/aosp12/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/util/
H A DNumberUtils.java35 TelephonyManager manager = context.getSystemService(TelephonyManager.class); in formatNumber() local
/aosp12/system/bt/gd/l2cap/classic/
H A Dfixed_channel_service.h49 …FixedChannelService(Cid cid, internal::FixedChannelServiceManagerImpl* manager, os::Handler* handl… in FixedChannelService()
/aosp12/system/bt/gd/l2cap/le/
H A Dfixed_channel_service.h49 …FixedChannelService(Cid cid, internal::FixedChannelServiceManagerImpl* manager, os::Handler* handl… in FixedChannelService()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/async_context/src/
H A Dfactoryresetnetwork_context.cpp28 FactoryResetNetworkContext::FactoryResetNetworkContext(napi_env env, EventManager *manager) in FactoryResetNetworkContext()
/ohos5.0/base/inputmethod/imf/services/adapter/wms_connection_monitor/src/
H A Dwms_connection_monitor_manager.cpp31 static WmsConnectionMonitorManager manager; in GetInstance() local
/aosp12/system/tools/aidl/tests/lazy_test/
H A Dmain.cpp43 sp<IServiceManager> manager; in waitForService() local
51 sp<IServiceManager> manager; in isServiceRunning() local
60 sp<IServiceManager> manager; member in AidlLazyTest
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dfilesystem_api.cpp65 explicit FileMonitorImpl(IFileManager& manager) in FileMonitorImpl()
109 IFileMonitor::Ptr CreateFilemonitor(IFileManager& manager) override in CreateFilemonitor()
232 void FileMonitorImpl::Initialize(IFileManager& manager) in Initialize()
/aosp12/packages/services/Car/car-lib/src/android/car/storagemonitoring/
H A DCarStorageMonitoringManager.java64 ListenerToService(CarStorageMonitoringManager manager) { in ListenerToService()
70 CarStorageMonitoringManager manager = mManager.get(); in onSnapshot() local
/ohos5.0/drivers/hdf_core/framework/support/platform/src/i3c/
H A Di3c_core.c337 struct I3cManager *manager = g_i3cManager; in I3cManagerAddCntlr() local
368 struct I3cManager *manager = g_i3cManager; in I3cManagerRemoveCntlr() local
396 struct I3cManager *manager = g_i3cManager; in I3cCntlrGet() local
713 struct I3cManager *manager = NULL; in I3cManagerInit() local
743 struct I3cManager *manager = NULL; in I3cManagerRelease() local
/aosp12/frameworks/av/camera/ndk/
H A DNdkCameraManager.cpp42 void ACameraManager_delete(ACameraManager* manager) { in ACameraManager_delete()
51 ACameraManager* manager, ACameraIdList** cameraIdList) { in ACameraManager_getCameraIdList()
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_global.cpp74 auto manager = (GlobalManager*)data; in AsyncDisposer() local
89 GlobalManager* manager; in Dispose() local
/ohos5.0/base/useriam/fingerprint_auth/services/src/
H A Dsensor_illumination_manager.cpp35 auto manager = Common::MakeShared<SensorIlluminationManager>(); in CreateSensorIlluminationManager() local
48 static auto manager = CreateSensorIlluminationManager(); in GetInstance() local
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/aware/
H A DPublishDiscoverySession.java35 public PublishDiscoverySession(WifiAwareManager manager, int clientId, int sessionId) { in PublishDiscoverySession()
H A DSubscribeDiscoverySession.java38 public SubscribeDiscoverySession(WifiAwareManager manager, int clientId, in SubscribeDiscoverySession()
/aosp12/hardware/interfaces/automotive/can/1.0/vts/utils/
H A Dbus-enumerator.cpp24 auto manager = hidl::manager::V1_2::IServiceManager::getService(); in getBusNames() local
/aosp12/frameworks/base/location/java/android/location/provider/
H A DILocationProvider.aidl31 oneway void setLocationProviderManager(in ILocationProviderManager manager); in setLocationProviderManager()
/aosp12/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
H A DContextHubBusyStartupTestExecutor.java31 public ContextHubBusyStartupTestExecutor(ContextHubManager manager, ContextHubInfo info, in ContextHubBusyStartupTestExecutor()
H A DContextHubTrivialNanoAppsTestExecutor.java37 public ContextHubTrivialNanoAppsTestExecutor(ContextHubManager manager, ContextHubInfo info) { in ContextHubTrivialNanoAppsTestExecutor()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/context/
H A Ddestroy_context.cpp24 DestroyContext::DestroyContext(napi_env env, EventManager *manager) : BaseContext(env, manager) {} in DestroyContext()
H A Dget_connected_context.cpp24 GetConnectedContext::GetConnectedContext(napi_env env, EventManager *manager) : BaseContext(env, ma… in GetConnectedContext()
H A Dget_list_context.cpp24 GetListContext::GetListContext(napi_env env, EventManager *manager) : BaseContext(env, manager) {} in GetListContext()
H A Dprepare_context.cpp27 PrepareContext::PrepareContext(napi_env env, EventManager *manager) : BaseContext(env, manager) {} in PrepareContext()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/context/
H A Ddestroy_context_ext.cpp24 DestroyContext::DestroyContext(napi_env env, EventManager *manager) : BaseContext(env, manager) {} in DestroyContext()
H A Dprepare_context_ext.cpp27 PrepareContext::PrepareContext(napi_env env, EventManager *manager) : BaseContext(env, manager) {} in PrepareContext()

12345678910>>...45