Home
last modified time | relevance | path

Searched defs:serviceType (Results 1 – 25 of 103) sorted by relevance

12345

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/
H A Dplugin_server.h64 inline T *CreateObject(uint16_t serviceType, uint32_t &errorCode) in CreateObject()
74 inline T *CreateObject(uint16_t serviceType) in CreateObject()
85 …inline T *CreateObject(uint16_t serviceType, const PriorityScheme &priorityScheme, uint32_t &error… in CreateObject()
94 inline T *CreateObject(uint16_t serviceType, const PriorityScheme &priorityScheme) in CreateObject()
104 … inline T *CreateObject(uint16_t serviceType, const std::map<std::string, AttrData> &capabilities, in CreateObject()
114 … inline T *CreateObject(uint16_t serviceType, const std::map<std::string, AttrData> &capabilities) in CreateObject()
124 … inline T *CreateObject(uint16_t serviceType, const std::map<std::string, AttrData> &capabilities, in CreateObject()
133 … inline T *CreateObject(uint16_t serviceType, const std::map<std::string, AttrData> &capabilities, in CreateObject()
143 …inline uint32_t PluginServerGetClassInfo(uint16_t serviceType, std::vector<ClassInfo> &classesInfo) in PluginServerGetClassInfo()
151 …inline uint32_t PluginServerGetClassInfo(uint16_t serviceType, const std::map<std::string, AttrDat… in PluginServerGetClassInfo()
/aosp12/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
H A DDiscoveryListenerMultiplexer.java46 public static void addListener(@NonNull NsdManager nsdManager, @NonNull String serviceType, in addListener()
133 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed()
139 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed()
145 public void onDiscoveryStarted(String serviceType) { in onDiscoveryStarted()
150 public void onDiscoveryStopped(String serviceType) { in onDiscoveryStopped()
H A DMDNSFilteredDiscovery.java126 DiscoveryListenerMultiplexer.addListener(getNDSManager(), serviceType, this); in start() local
143 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed()
149 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed()
155 public void onDiscoveryStarted(String serviceType) { in onDiscoveryStarted()
160 public void onDiscoveryStopped(String serviceType) { in onDiscoveryStopped()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/p2p/nsd/
H A DWifiP2pDnsSdServiceRequest.java75 public static WifiP2pDnsSdServiceRequest newInstance(String serviceType) { in newInstance()
97 String serviceType) { in newInstance()
H A DWifiP2pDnsSdServiceInfo.java95 String serviceType, Map<String, String> txtMap) { in newInstance() argument
125 String serviceType) { in createPtrServiceQuery()
152 String serviceType, in createTxtServiceQuery()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_dns_sd_service_request.cpp38 WifiP2pDnsSdServiceRequest WifiP2pDnsSdServiceRequest::Create(const std::string &serviceType) in Create()
46 const std::string &instanceName, const std::string &serviceType) in Create()
H A Dwifi_p2p_dns_sd_service_info.cpp45 …fo WifiP2pDnsSdServiceInfo::Create(const std::string &instanceName, const std::string &serviceType, in Create()
62 const std::string &instanceName, const std::string &serviceType, const std::string &svrName) in BuildPtrServiceQuery()
88const std::string &serviceType, const WifiP2PDnsTxtRecord &txtRecord, const std::string &svrName) in BuildTxtServiceQuery()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dwifi_p2p_dns_sd_service_info_test.cpp54 std::string serviceType; variable
67 std::string serviceType; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/thirdpartyadp/gstreamer/
H A Dgst_plugin_fw.cpp53 PluginClassBase *GstPluginFw::CreateObject(uint16_t interfaceID, uint16_t serviceType, in CreateObject()
67 uint32_t GstPluginFw::GstPluginFwGetClassInfo(uint16_t interfaceID, uint16_t serviceType, in GstPluginFwGetClassInfo()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dgst_plugin_fw_test.cpp79 uint16_t serviceType = 0; variable
98 uint16_t serviceType = 0; variable
H A Dplugin_server_test.cpp165 uint16_t serviceType = 1; variable
218 uint16_t serviceType = 0; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dplugin_fw.cpp55 PluginClassBase *PluginFw::CreateObject(uint16_t interfaceID, uint16_t serviceType, in CreateObject()
65 uint32_t PluginFw::PluginFwGetClassInfo(uint16_t interfaceID, uint16_t serviceType, in PluginFwGetClassInfo()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dservice_profile.cpp29const std::string& serviceType) : deviceId_(deviceId), serviceName_(serviceName), serviceType_(ser… in ServiceProfile()
65 void ServiceProfile::SetServiceType(const std::string& serviceType) in SetServiceType()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_task_common.c167 static int32_t CombineServiceId(const Uint8Buff *pkgName, const Uint8Buff *serviceType, Uint8Buff *… in CombineServiceId()
245 static int32_t CombineKeyAliasForPseudonymPsk(const Uint8Buff *serviceType, const Uint8Buff *peerAu… in CombineKeyAliasForPseudonymPsk()
347 int32_t GenerateKeyAlias(const Uint8Buff *pkgName, const Uint8Buff *serviceType, in GenerateKeyAlias()
395 static int32_t CheckGeneratePskParams(const Uint8Buff *serviceType, const Uint8Buff *peerAuthId, in CheckGeneratePskParams()
419 int32_t GeneratePseudonymPskAlias(const Uint8Buff *serviceType, const Uint8Buff *peerAuthId, Uint8B… in GeneratePseudonymPskAlias()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattService.java110 public BluetoothGattService(UUID uuid, int serviceType) { in BluetoothGattService()
125 int instanceId, int serviceType) { in BluetoothGattService()
139 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattService()
H A DBluetoothGattIncludedService.java49 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattIncludedService()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DHandleMap.java42 public int serviceType = 0; field in HandleMap.Entry
48 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry()
57 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in Entry()
100 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService()
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/
H A Dplugin_server.cpp124 PluginClassBase *PluginServer::CreateObject(uint16_t interfaceID, uint16_t serviceType, in CreateObject()
143 uint32_t PluginServer::PluginServerGetClassInfo(uint16_t interfaceID, uint16_t serviceType, in PluginServerGetClassInfo()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/src/
H A Ddp_command.cpp165 std::string serviceType; in QueryCommand() local
197 std::string serviceType; in PutCommand() local
230 std::string serviceType; in DeleteCommand() local
339 std::string& serviceId, std::string& serviceType) in HandleNormalOption()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A D_ss_notice_info_v10.md69 ### serviceType subsection
H A D_ss_notice_info_v11.md69 ### serviceType subsection
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_manager.cpp89 int32_t MDnsManager::StartDiscoverService(const std::string &serviceType, const sptr<IDiscoveryCall… in StartDiscoverService()
145 auto serviceType = it.second; in RestartDiscoverService() local
/aosp12/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsService.aidl39 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected()
54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcredential_operator.c30 char *serviceType; member
33 static int32_t CombineServiceId(const Uint8Buff *pkgName, const Uint8Buff *serviceType, Uint8Buff *… in CombineServiceId()
150 …const char *pkgName, const char *serviceType, const char *authId, int keyAliasType, Uint8Buff *out… in GenerateKeyAliasInner()
226 const char *serviceType = GetStringFromJson(reqJson, FIELD_SERVICE_TYPE); in DecodeServiceTypeAndPublicKey() local
313 CJson *out, int32_t osAccountId, int32_t keyType, const char *authId, const char *serviceType) in PackPublicKeyToJson()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task/
H A Dcommon_standard_bind_exchange.c408 … Uint8Buff serviceType = { (uint8_t *)pakeParams->serviceType, HcStrlen(pakeParams->serviceType) }; in SaveAuthInfo() local
444 … Uint8Buff serviceType = { (uint8_t *)pakeParams->serviceType, HcStrlen(pakeParams->serviceType) }; in ClientRequestStandardBindExchange() local
489 … Uint8Buff serviceType = { (uint8_t *)pakeParams->serviceType, HcStrlen(pakeParams->serviceType) }; in GenerateSelfKeyAlias() local
567 … Uint8Buff serviceType = { (uint8_t *)pakeParams->serviceType, HcStrlen(pakeParams->serviceType) }; in ClientConfirmStandardBindExchange() local

12345