Home
last modified time | relevance | path

Searched refs:GetEdmGlobalPolicy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_service.h182 int32_t GetEdmGlobalPolicy(sptr<IRemoteObject> remote, bool &IsGlobalDisabled);
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1061 int32_t UsbService::GetEdmGlobalPolicy(sptr<IRemoteObject> remote, bool &IsGlobalDisabled) in GetEdmGlobalPolicy() function in OHOS::USB::UsbService
1221 int32_t ret = GetEdmGlobalPolicy(remote, IsGlobalDisabled); in GetEdmPolicy()