/ohos5.0/base/usb/usb_manager/test/native/mock/src/ |
H A D | usb_core_mock_test.cpp | 414 bool result = usbSrv_->HasRight(deviceName); 428 bool result = usbSrv_->HasRight(deviceName); 436 result = usbSrv_->HasRight(deviceName); 450 bool result = usbSrv_->HasRight(deviceName); 457 result = usbSrv_->HasRight(deviceName); 471 bool result = usbSrv_->HasRight(deviceName); 479 result = usbSrv_->HasRight(deviceName); 502 bool result = usbSrv_->HasRight(deviceName); 519 bool result = usbSrv_->HasRight(deviceName); 527 result = usbSrv_->HasRight(deviceName);
|
/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/ |
H A D | usb_request_test.cpp | 1566 bool result = UsbSrvClient.HasRight(deviceName); 1589 bool result = UsbSrvClient.HasRight(deviceName); 1595 result = UsbSrvClient.HasRight(deviceName); 1618 bool result = UsbSrvClient.HasRight(deviceName); 1625 result = UsbSrvClient.HasRight(deviceName); 1654 result = UsbSrvClient.HasRight(deviceName); 1681 result = UsbSrvClient.HasRight(deviceName); 1718 result = UsbSrvClient.HasRight(deviceName); 1726 result = UsbSrvClient.HasRight(deviceName); 1795 result = UsbSrvClient.HasRight(deviceName); [all …]
|
/ohos5.0/base/usb/usb_manager/test/fuzztest/usbmgrhasright_fuzzer/ |
H A D | usbmgrhasright_fuzzer.cpp | 39 if (usbSrvClient.HasRight(std::string(reinterpret_cast<const char*>(data)))) { in UsbMgrHasRightFuzzTest()
|
/ohos5.0/base/usb/usb_manager/test/fuzztest/usbmgrremoveright_fuzzer/ |
H A D | usbmgrremoveright_fuzzer.cpp | 39 if (!usbSrvClient.HasRight(devList[0].GetName())) { in UsbMgrRemoveRightFuzzTest()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | position_layout_utils.h | 33 } else if (selfNode->HasRight()) { in GetAbsoluteOffset()
|
H A D | render_component.h | 183 virtual bool HasRight() const in HasRight() function
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/ |
H A D | print_margin.h | 48 [[nodiscard]] bool HasRight() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/positioned/ |
H A D | render_positioned.h | 74 bool HasRight() const override in HasRight() function
|
H A D | render_positioned.cpp | 35 hasRight_ = positioned->HasRight(); in Update()
|
H A D | positioned_component.h | 139 bool HasRight() const override in HasRight() function
|
/ohos5.0/base/usb/usb_manager/services/native/src/ |
H A D | usb_right_manager.cpp | 131 bool UsbRightManager::HasRight(const std::string &deviceName, const std::string &bundleName, in HasRight() function in OHOS::USB::UsbRightManager 157 if (HasRight(deviceName, bundleName, tokenId, userId)) { in RequestRight() 173 if (HasRight(seriaValue, bundleName, tokenId, userId)) { in RequestRight() 423 return HasRight(deviceName, bundleName, tokenId, userId); in GetUserAgreementByDiag() 436 return HasRight(seriaValue, bundleName, tokenId, userId); in GetUserAgreementByDiag()
|
H A D | usb_service.cpp | 354 if (!UsbService::HasRight(name)) { in CheckDevicePermission() 361 bool UsbService::HasRight(std::string deviceName) in HasRight() function in OHOS::USB::UsbService 389 if (usbRightManager_->HasRight(deviceVidPidSerialNum, bundleName, tokenId, userId)) { in HasRight() 393 return usbRightManager_->HasRight(deviceVidPidSerialNum, bundleName, USB_DEFAULT_TOKEN, userId); in HasRight() 2268 result = usbRightManager_->HasRight(serialNum, bundleName, tokenId, userId); in HasAccessoryRight()
|
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/ |
H A D | print_margin_helper.cpp | 42 if (margin.HasRight()) { in MakeJsObject()
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_margin.cpp | 119 bool PrintMargin::HasRight() const in HasRight() function in OHOS::Print::PrintMargin
|
H A D | print_utils.cpp | 280 if (marginAttr.HasRight()) { in ParseAttributesObjectParamForJson()
|
/ohos5.0/base/usb/usb_manager/services/native/include/ |
H A D | usb_right_manager.h | 39 bool HasRight(const std::string &deviceName, const std::string &bundleName,
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | printer_capability_test.cpp | 81 EXPECT_FALSE(copyMargin.HasRight());
|
H A D | print_margin_test.cpp | 155 EXPECT_TRUE(margin.HasRight());
|
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/ |
H A D | usb_srv_client.h | 47 bool HasRight(std::string deviceName);
|
H A D | iusb_srv.h | 32 virtual bool HasRight(std::string deviceName) = 0;
|
/ohos5.0/base/usb/usb_manager/ |
H A D | README_zh.md | 55 | bool HasRight(std::string deviceName); | 判断设备是否有权限 |
|
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/ |
H A D | usb_srv_client.cpp | 124 bool UsbSrvClient::HasRight(std::string deviceName) in HasRight() function in OHOS::USB::UsbSrvClient 128 return proxy_->HasRight(deviceName); in HasRight()
|
/ohos5.0/base/usb/usb_manager/services/zidl/include/ |
H A D | usb_server_proxy.h | 38 bool HasRight(std::string deviceName) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/ |
H A D | render_stack.cpp | 257 } else if (item->HasRight()) { in GetPositionedChildOffset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_node.cpp | 2045 compositeComponent->SetHasRight(declaration_->HasRight()); in UpdatePositionProps() 2054 if (declaration_->HasRight()) { in UpdatePositionProps() 2080 tweenComponent->SetHasRight(declaration_->HasRight()); in UpdateTweenPosition() 2091 if (declaration_->HasRight()) { in UpdateTweenPosition() 2121 positionComponent_->SetHasRight(declaration_->HasRight()); in UpdatePositionComponent()
|