/base/usb/usb_manager/interfaces/innerkits/native/include/ |
D | usb_config.h | 31 USBConfig(uint32_t id, uint32_t attributes, std::string name, uint32_t maxPower, in USBConfig() argument 35 this->attributes_ = attributes; in USBConfig() 117 void SetAttribute(uint32_t attributes) in SetAttribute() argument 119 this->attributes_ = attributes; in SetAttribute()
|
D | usb_endpoint.h | 29 USBEndpoint(uint32_t address, uint32_t attributes, uint32_t interval, uint32_t maxPacketSize) in USBEndpoint() argument 32 this->attributes_ = attributes; in USBEndpoint()
|
/base/useriam/user_auth_framework/frameworks/native/common/ |
D | BUILD.gn | 20 ohos_source_set("attributes") { 23 sources = [ "attributes/src/attributes.cpp" ]
|
/base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
D | executor_messenger_stub.cpp | 91 std::vector<uint8_t> attributes; in FinishStub() local 105 if (!data.ReadUInt8Vector(&attributes)) { in FinishStub() 109 auto finalResult = Common::MakeShared<Attributes>(attributes); in FinishStub()
|
D | user_auth_callback_proxy.cpp | 103 …torPropertyCallbackProxy::OnGetExecutorPropertyResult(int32_t result, const Attributes &attributes) in OnGetExecutorPropertyResult() argument 118 auto buffer = attributes.Serialize(); in OnGetExecutorPropertyResult()
|
/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/ |
D | user_auth_executor_fuzzer.cpp | 304 void FillIAttributes(std::shared_ptr<Parcel> parcel, Attributes &attributes) in FillIAttributes() argument 311 attributes.SetUint64Value(Attributes::ATTR_TEMPLATE_ID, parcel->ReadUint64()); in FillIAttributes() 312 attributes.SetUint64Value(Attributes::ATTR_CALLER_UID, parcel->ReadUint64()); in FillIAttributes() 313 attributes.SetUint32Value(Attributes::ATTR_PROPERTY_MODE, parcel->ReadUint32()); in FillIAttributes() 316 attributes.GetUint64ArrayValue(Attributes::ATTR_TEMPLATE_ID_LIST, templateIdList); in FillIAttributes() 319 attributes.GetUint64ArrayValue(Attributes::ATTR_EXTRA_INFO, templateIdList); in FillIAttributes() 320 attributes.SetUint64Value(Attributes::ATTR_CALLER_UID, parcel->ReadUint64()); in FillIAttributes() 321 attributes.SetUint32Value(Attributes::ATTR_SCHEDULE_MODE, parcel->ReadUint32()); in FillIAttributes()
|
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/ |
D | custom_command.cpp | 36 CustomCommand::CustomCommand(std::weak_ptr<Executor> executor, const Attributes &attributes) in CustomCommand() argument 38 attributes_(Common::MakeShared<Attributes>(attributes.Serialize())) in CustomCommand()
|
D | identify_command.cpp | 29 const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) in IdentifyCommand() argument 31 attributes_(Common::MakeShared<Attributes>(attributes.Serialize())), in IdentifyCommand()
|
D | enroll_command.cpp | 33 const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) in EnrollCommand() argument 35 attributes_(Common::MakeShared<Attributes>(attributes.Serialize())), in EnrollCommand()
|
D | auth_command.cpp | 31 const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) in AuthCommand() argument 33 attributes_(Common::MakeShared<Attributes>(attributes.Serialize())), in AuthCommand()
|
/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/ |
D | user_auth_callback_interface.h | 41 virtual void OnGetExecutorPropertyResult(int32_t result, const Attributes &attributes) = 0;
|
D | user_auth_interface.h | 40 virtual void SetProperty(int32_t userId, AuthType authType, const Attributes &attributes,
|
/base/account/os_account/services/accountmgr/src/account_iam/ |
D | account_iam_callback.cpp | 320 Attributes attributes; in OnResult() local 323 innerCallback_->OnResult(result, attributes); in OnResult() 326 …attributes.SetInt32Value(Attributes::ATTR_PIN_SUB_TYPE, static_cast<int32_t>(IAMAuthSubType::DOMAI… in OnResult() 327 attributes.SetInt32Value(Attributes::ATTR_REMAIN_TIMES, infoPtr->remainingTimes); in OnResult() 328 attributes.SetInt32Value(Attributes::ATTR_FREEZING_TIME, infoPtr->freezingTime); in OnResult() 329 innerCallback_->OnResult(result, attributes); in OnResult()
|
/base/usb/usb_manager/interfaces/kits/js/ |
D | @ohos.usbManager.d.ts | 303 attributes: number; 429 attributes: number; property
|
/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/ |
D | mock_user_auth_callback_service.h | 34 MOCK_METHOD2(OnGetExecutorPropertyResult, void(int32_t result, const Attributes &attributes));
|
/base/useriam/user_auth_framework/frameworks/native/executors/include/async_command/ |
D | custom_command.h | 28 CustomCommand(std::weak_ptr<Executor> executor, const Attributes &attributes);
|
/base/useriam/user_auth_framework/frameworks/native/client/src/ |
D | user_auth_callback_service.cpp | 105 …rPropertyCallbackService::OnGetExecutorPropertyResult(int32_t result, const Attributes &attributes) in OnGetExecutorPropertyResult() argument 112 getPropCallback_->OnResult(result, attributes); in OnGetExecutorPropertyResult()
|
/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
D | user_auth_callback_proxy_test.cpp | 102 Attributes attributes; variable 103 proxy->OnGetExecutorPropertyResult(result, attributes);
|
/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
D | mock_user_auth_callback.h | 38 MOCK_METHOD2(OnGetExecutorPropertyResult, void(int32_t result, const Attributes &attributes));
|
D | mock_user_auth_service.h | 33 MOCK_METHOD4(SetProperty, void(int32_t userId, AuthType authType, const Attributes &attributes,
|
/base/global/resource_management/frameworks/resmgr/ |
D | BUILD.gn | 127 "-Wno-ignored-attributes", 159 "-Wno-ignored-attributes", 195 "-Wno-ignored-attributes",
|
/base/useriam/user_auth_framework/frameworks/native/client/inc/ |
D | user_auth_callback_service.h | 45 void OnGetExecutorPropertyResult(int32_t result, const Attributes &attributes) override;
|
/base/useriam/user_auth_framework/frameworks/native/ipc/inc/ |
D | user_auth_callback_proxy.h | 47 void OnGetExecutorPropertyResult(int32_t result, const Attributes &attributes) override;
|
/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/ |
D | user_auth_service_fuzzer.cpp | 76 void OnGetExecutorPropertyResult(int32_t result, const Attributes &attributes) override in OnGetExecutorPropertyResult() argument 160 Attributes attributes(attributesRaw); in FuzzSetProperty() local 166 g_userAuthService.SetProperty(userId, authType, attributes, callback); in FuzzSetProperty()
|
/base/useriam/user_auth_framework/test/unittest/services/src/ |
D | user_auth_stub_test.cpp | 166 Attributes attributes; variable 169 EXPECT_TRUE(attributes.SetUint64Value(Attributes::ATTR_TEMPLATE_ID, testTemplateId)); 178 … const Attributes &attributes, sptr<SetExecutorPropertyCallbackInterface> &callback) { in __anon07b4aaa90302() argument 182 … EXPECT_TRUE(attributes.GetUint64Value(Attributes::ATTR_TEMPLATE_ID, tempTemplateId)); in __anon07b4aaa90302() 199 EXPECT_TRUE(data.WriteUInt8Vector(attributes.Serialize()));
|