Searched refs:GetCompatibleDeviceType (Results 1 – 11 of 11) sorted by relevance
77 std::string GetCompatibleDeviceType(const std::string &bundleName);
155 virtual std::string GetCompatibleDeviceType(const std::string &bundleName) in GetCompatibleDeviceType() function
552 std::string BmsExtensionDataMgr::GetCompatibleDeviceType(const std::string &bundleName) in GetCompatibleDeviceType() function in OHOS::AppExecFwk::BmsExtensionDataMgr558 return bundleMgrExtPtr->GetCompatibleDeviceType(bundleName); in GetCompatibleDeviceType()
333 bundleMgrProxy.GetCompatibleDeviceType(bundleName, deviceType); in DoSomethingInterestingWithMyAPI()
1567 virtual ErrCode GetCompatibleDeviceType(const std::string &bundleName, std::string &deviceType) in GetCompatibleDeviceType() function
1115 …virtual ErrCode GetCompatibleDeviceType(const std::string &bundleName, std::string &deviceType) ov…
1012 …virtual ErrCode GetCompatibleDeviceType(const std::string &bundleName, std::string &deviceType) ov…
4485 deviceType = bmsExtensionDataMgr.GetCompatibleDeviceType(bundleName); in GetCompatibleDeviceTypeNative()4490 ErrCode BundleMgrHostImpl::GetCompatibleDeviceType(const std::string &bundleName, std::string &devi… in GetCompatibleDeviceType() function in OHOS::AppExecFwk::BundleMgrHostImpl4503 deviceType = bmsExtensionDataMgr.GetCompatibleDeviceType(bundleName); in GetCompatibleDeviceType()
4061 auto ret = GetCompatibleDeviceType(bundleName, deviceType); in HandleGetCompatibleDeviceType()
5165 ErrCode BundleMgrProxy::GetCompatibleDeviceType(const std::string &bundleName, std::string &deviceT… in GetCompatibleDeviceType() function in OHOS::AppExecFwk::BundleMgrProxy
9536 auto queryResult = bundleMgrProxy->GetCompatibleDeviceType(appName, deviceType);9559 auto queryResult = bundleMgrProxy->GetCompatibleDeviceType("", deviceType);