Home
last modified time | relevance | path

Searched refs:GetCompatibleDeviceTypeNative (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle/include/
H A Dbundle_mgr_proxy_native.h43 bool GetCompatibleDeviceTypeNative(std::string &deviceType);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle/src/
H A Dbundle_mgr_proxy_native.cpp61 bool BundleMgrProxyNative::GetCompatibleDeviceTypeNative(std::string &deviceType) in GetCompatibleDeviceTypeNative() function in OHOS::AppExecFwk::BundleMgrProxyNative
H A Dnative_interface_bundle.cpp256 if (!bundleMgrProxyNative.GetCompatibleDeviceTypeNative(deviceType)) { in OH_NativeBundle_GetCompatibleDeviceType()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1562 virtual ErrCode GetCompatibleDeviceTypeNative(std::string &deviceType) in GetCompatibleDeviceTypeNative() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h1011 virtual ErrCode GetCompatibleDeviceTypeNative(std::string &deviceType) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp4044 auto ret = GetCompatibleDeviceTypeNative(deviceType); in HandleGetCompatibleDeviceTypeNative()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4474 ErrCode BundleMgrHostImpl::GetCompatibleDeviceTypeNative(std::string &deviceType) in GetCompatibleDeviceTypeNative() function in OHOS::AppExecFwk::BundleMgrHostImpl