/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/ |
H A D | soft_bus_message.cpp | 24 const std::shared_ptr<Attributes> &attributes) in SoftBusMessage() 71 auto attributes = Common::MakeShared<Attributes>(attributes_->Serialize()); in CreateMessage() local 127 auto attributes = Common::MakeShared<Attributes>(data); in ParseMessage() local
|
H A D | soft_bus_base_socket.cpp | 181 …aseSocket::SetDeviceNetworkId(const std::string networkId, std::shared_ptr<Attributes> &attributes) in SetDeviceNetworkId() 196 …string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<Attributes> &attribute… in SendRequest() 236 …string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<Attributes> &attribute… in SendResponse() 280 std::shared_ptr<Attributes> attributes = softBusMessage->ParseMessage(message, messageLen); in ParseMessage() local
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 377 vector<uint8_t> attributes = {ATTRIBUTES_TEST}; variable 396 vector<uint8_t> attributes = {ATTRIBUTES_TEST}; variable 415 vector<uint8_t> attributes = {ATTRIBUTES_TEST}; variable 453 vector<uint32_t> attributes = {ATTRIBUTES_TEST}; variable 575 vector<uint32_t> attributes = {ITEMS_ATTRIBUTES_TEST}; variable 611 vector<uint32_t> attributes = {ITEMS_ATTRIBUTES_TEST}; variable
|
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/ |
H A D | print_attributes_helper.cpp | 32 napi_value PrintAttributesHelper::MakeJsObject(napi_env env, const PrintAttributes &attributes) in MakeJsObject() 164 const PrintAttributes &attributes) in CreatePageRange() 174 const PrintAttributes &attributes) in CreatePageSize() 184 const PrintAttributes &attributes) in CreateMargin()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-span.md | 16 ## attributes section
|
H A D | js-service-widget-container-badge.md | 16 ## attributes section
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/ |
H A D | soft_bus_fuzzer.cpp | 74 auto attributes = Common::MakeShared<Attributes>(attr); in FuzzSoftBusBaseSocketSecond() local 96 auto attributes = Common::MakeShared<Attributes>(attr); in FuzzSoftBusBaseSocketFisrst() local 140 auto attributes = Common::MakeShared<Attributes>(attr); in FuzzSoftBusServerSocketFisrst() local 166 auto attributes = Common::MakeShared<Attributes>(attr); in FuzzSoftBusManagerFisrst() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 207 … const std::string &addr, const std::deque<uint8_t> &attributes, uint8_t label, uint8_t context) in GetPlayerAppSettingCurrentValue() 212 …int SetPlayerAppSettingCurrentValue(const std::string &addr, const std::deque<uint8_t> &attributes, in SetPlayerAppSettingCurrentValue() 219 const std::string &addr, const std::vector<uint8_t> &attributes, uint8_t label) in GetPlayerAppSettingAttributeText() 235 …const std::string &addr, uint64_t identifier, const std::vector<uint32_t> &attributes, uint8_t lab… in GetElementAttributes() 269 const std::vector<uint32_t> &attributes, uint8_t label) in GetFolderItems() 275 const std::vector<uint32_t> &attributes, uint8_t label) in GetItemAttributes()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 90 explicit PlayerSettingAttributes(std::vector<uint8_t> attributes) : attributes_(attributes) in PlayerSettingAttributes() 130 …PlayerSettingCurrentValue(const std::vector<uint8_t> &attributes, const std::vector<uint8_t> &valu… in PlayerSettingCurrentValue() 152 … PlayerGettingText(const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr) in PlayerGettingText() 174 … ElementAttributes(const std::vector<uint32_t> &attributes, const std::vector<std::string> &values) in ElementAttributes() 351 Notification(const std::vector<uint8_t> &attributes, const std::vector<uint8_t> &values) in Notification()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.cpp | 983 const RawAddress &rawAddr, const std::vector<uint8_t> &attributes, int result) const in OnGetPlayerAppSettingAttribtues() argument 1101 const std::vector<uint8_t> &attributes, const std::vector<uint8_t> &values, int result) const in OnGetPlayerAppSettingCurrentValue() argument 1115 …const RawAddress &rawAddr, const std::vector<uint8_t> &attributes, const std::vector<uint8_t> &val… in SetPlayerAppSettingCurrentValue() 1144 RawAddress rawAddr, std::vector<uint8_t> attributes, std::vector<uint8_t> values) in SetPlayerAppSettingCurrentValueNative() 1219 … const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr, int result) const in OnGetPlayerAppSettingAttributeText() argument 1294 const RawAddress &rawAddr, uint64_t identifier, const std::vector<uint32_t> &attributes) in GetElementAttributes() 1323 RawAddress rawAddr, uint64_t identifier, std::vector<uint32_t> attributes) in GetElementAttributesNative() 1683 const std::vector<uint32_t> &attributes) in GetFolderItems() 1751 const std::vector<uint32_t> &attributes) in GetItemAttributes() 1784 …ddress rawAddr, uint8_t scope, uint64_t uid, uint16_t uidCounter, std::vector<uint32_t> attributes) in GetItemAttributesNative() [all …]
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamgetstreamattributes_fuzzer/ |
H A D | dstreamgetstreamattributes_fuzzer.cpp | 32 std::vector<StreamAttribute> attributes; in DstreamGetStreamAttributesFuzzTest() local
|
/ohos5.0/docs/zh-cn/application-dev/reference/common/ |
H A D | _j_s_v_m___property_descriptor.md | 32 ### attributes subsection
|
/ohos5.0/docs/en/application-dev/reference/common/ |
H A D | _j_s_v_m___property_descriptor.md | 32 ### attributes subsection
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 403 const std::vector<int32_t> &attributes) in GetPlayerAppSettingCurrentValue() 433 const std::vector<int32_t> &attributes, const std::vector<int32_t> &values) in SetPlayerAppSettingCurrentValue() 468 const std::vector<int32_t> &attributes) in GetPlayerAppSettingAttributeText() 497 …t BluetoothAvrcpCtProxy::GetPlayerAppSettingValueText(const RawAddress &device, int32_t attributes, in GetPlayerAppSettingValueText() 533 const std::vector<int32_t> &attributes) in GetElementAttributes() 627 const std::vector<int32_t> &attributes) in GetFolderItems() 790 const std::vector<int32_t> &attributes) in GetItemAttributes()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | avrcp_media.cpp | 33 const std::vector<uint32_t> &attributes, const std::vector<std::string> &values) in AvrcMeItem()
|
/ohos5.0/base/web/webview/ohos_adapter/print_manager_adapter/src/ |
H A D | print_manager_adapter_impl.cpp | 57 auto attributes = std::make_shared<OHOS::Print::PrintAttributes>(); in Print() local 88 auto attributes = std::make_shared<OHOS::Print::PrintAttributes>(); in Print() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 89 const RawAddress &rawAddr, std::vector<uint8_t> attributes, int result) override in OnGetPlayerAppSettingAttributes() 123 … void OnGetElementAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes, in OnGetElementAttributes() 162 void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes, in OnGetItemAttributes() 204 … void OnPlayerAppSettingChanged(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes, in OnPlayerAppSettingChanged() 1010 const std::vector<int32_t> &attributes) in GetPlayerAppSettingCurrentValue() 1032 const std::vector<int32_t> &attributes, const std::vector<int32_t> &values) in SetPlayerAppSettingCurrentValue() 1058 const std::vector<int32_t> &attributes) in GetPlayerAppSettingAttributeText() 1078 … BluetoothAvrcpCtServer::GetPlayerAppSettingValueText(const RawAddress &device, int32_t attributes, in GetPlayerAppSettingValueText() 1103 const std::vector<int32_t> &attributes) in GetElementAttributes() 1159 const std::vector<int32_t> &attributes) in GetFolderItems() [all …]
|
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/ |
H A D | usb_config.h | 32 USBConfig(uint32_t id, uint32_t attributes, std::string name, uint32_t maxPower, in USBConfig() 150 void SetAttribute(uint32_t attributes) in SetAttribute()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.cpp | 75 const std::string &addr, const std::deque<uint8_t> &attributes, uint8_t label) in OnGetPlayerAppSettingAttributes() 122 const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr, uint8_t label) in OnGetPlayerAppSettingAttributeText() 1213 const RawAddress &rawAddr, const std::deque<uint8_t> &attributes, uint8_t label) in OnGetPlayerAppSettingAttributes() 1233 RawAddress rawAddr, std::deque<uint8_t> attributes, uint8_t label) in OnGetPlayerAppSettingAttributesNative() 1365 const RawAddress &rawAddr, const std::deque<uint8_t> &attributes, in SetPlayerAppSettingCurrentValue() 1414 const RawAddress &rawAddr, const std::vector<uint8_t> &attributes, uint8_t label) const in GetPlayerAppSettingAttributeText() argument 1426 const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr, uint8_t label) in OnGetPlayerAppSettingAttributeText() 1809 const std::vector<uint32_t> &attributes, uint8_t label) const in GetPlayStatus() argument 1903 std::vector<uint32_t> attributes, uint8_t label) const in GetPlayStatus() 2381 const std::deque<uint8_t> &attributes, const std::deque<uint8_t> &values, uint8_t label) in GetPlayStatus() [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_stub.cpp | 271 std::vector<int32_t> attributes = {}; in GetPlayerAppSettingCurrentValueInner() local 290 std::vector<int32_t> attributes = {}; in SetPlayerAppSettingCurrentValueInner() local 321 std::vector<int32_t> attributes = {}; in GetPlayerAppSettingAttributeTextInner() local 340 int32_t attributes = data.ReadInt32(); in GetPlayerAppSettingValueTextInner() local 361 std::vector<int32_t> attributes = {}; in GetElementAttributesInner() local 400 std::vector<int32_t> attributes = {}; in GetFolderItemsInner() local
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/ |
H A D | collect_command.cpp | 31 const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) in CollectCommand()
|
H A D | identify_command.cpp | 29 const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) in IdentifyCommand()
|
H A D | custom_command.cpp | 36 CustomCommand::CustomCommand(std::weak_ptr<Executor> executor, const Attributes &attributes) in CustomCommand()
|
H A D | enroll_command.cpp | 33 const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) in EnrollCommand()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
H A D | executor_messenger_stub.cpp | 83 std::vector<uint8_t> attributes; in FinishStub() local
|