Home
last modified time | relevance | path

Searched refs:GetCompatibleDeviceType (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/
H A Dbms_extension_data_mgr.h77 std::string GetCompatibleDeviceType(const std::string &bundleName);
H A Dbundle_mgr_ext.h155 virtual std::string GetCompatibleDeviceType(const std::string &bundleName) in GetCompatibleDeviceType() function
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_data_mgr.cpp552 std::string BmsExtensionDataMgr::GetCompatibleDeviceType(const std::string &bundleName) in GetCompatibleDeviceType() function in OHOS::AppExecFwk::BmsExtensionDataMgr
558 return bundleMgrExtPtr->GetCompatibleDeviceType(bundleName); in GetCompatibleDeviceType()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp333 bundleMgrProxy.GetCompatibleDeviceType(bundleName, deviceType); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1567 virtual ErrCode GetCompatibleDeviceType(const std::string &bundleName, std::string &deviceType) in GetCompatibleDeviceType() function
H A Dbundle_mgr_proxy.h1115 …virtual ErrCode GetCompatibleDeviceType(const std::string &bundleName, std::string &deviceType) ov…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h1012 …virtual ErrCode GetCompatibleDeviceType(const std::string &bundleName, std::string &deviceType) ov…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4485 deviceType = bmsExtensionDataMgr.GetCompatibleDeviceType(bundleName); in GetCompatibleDeviceTypeNative()
4490 ErrCode BundleMgrHostImpl::GetCompatibleDeviceType(const std::string &bundleName, std::string &devi… in GetCompatibleDeviceType() function in OHOS::AppExecFwk::BundleMgrHostImpl
4503 deviceType = bmsExtensionDataMgr.GetCompatibleDeviceType(bundleName); in GetCompatibleDeviceType()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp4061 auto ret = GetCompatibleDeviceType(bundleName, deviceType); in HandleGetCompatibleDeviceType()
H A Dbundle_mgr_proxy.cpp5165 ErrCode BundleMgrProxy::GetCompatibleDeviceType(const std::string &bundleName, std::string &deviceT… in GetCompatibleDeviceType() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp9536 auto queryResult = bundleMgrProxy->GetCompatibleDeviceType(appName, deviceType);
9559 auto queryResult = bundleMgrProxy->GetCompatibleDeviceType("", deviceType);