| /base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
| H A D | user_auth_callback_proxy_test.cpp | 102 Attributes attributes; in HWTEST_F() local
|
| /base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
| H A D | user_auth_callback_proxy.cpp | 103 void GetExecutorPropertyCallbackProxy::OnGetExecutorPropertyResult(int32_t result, const Attributes &attributes) in OnGetExecutorPropertyResult() argument
|
| H A D | executor_messenger_stub.cpp | 83 std::vector<uint8_t> attributes; in FinishStub() local
|
| H A D | user_auth_proxy.cpp | 154 void UserAuthProxy::SetProperty(int32_t userId, AuthType authType, const Attributes &attributes, in SetProperty() argument
|
| /base/useriam/user_auth_framework/services/remote_connect/src/ |
| H A D | remote_connect_manager.cpp | 76 SendMessage(const std::string &connectionName, const std::string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, MsgCallback &callback) SendMessage() argument
|
| H A D | soft_bus_message.cpp | 71 auto attributes = Common::MakeShared<Attributes>(attributes_->Serialize()); in CreateMessage() local 22 SoftBusMessage(int32_t messageSeq, const std::string &connectionName, const std::string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes) SoftBusMessage() argument 127 auto attributes = Common::MakeShared<Attributes>(data); ParseMessage() local [all...] |
| H A D | soft_bus_server_socket.cpp | 30 SendMessage(const std::string &connectionName, const std::string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, MsgCallback &callback) SendMessage() argument
|
| H A D | soft_bus_client_socket.cpp | 44 SendMessage(const std::string &connectionName, const std::string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, MsgCallback &callback) SendMessage() argument
|
| H A D | soft_bus_base_socket.cpp | 190 ResultCode BaseSocket::SetDeviceNetworkId(const std::string networkId, std::shared_ptr<Attributes> &attributes) in SetDeviceNetworkId() argument 212 SendRequest(const int32_t socketId, const std::string &connectionName, const std::string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, MsgCallback &callback) SendRequest() argument 255 SendResponse(const int32_t socketId, const std::string &connectionName, const std::string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, uint32_t messageSeq) SendResponse() argument 303 std::shared_ptr<Attributes> attributes = softBusMessage->ParseMessage(message, messageLen); ParseMessage() local [all...] |
| /base/security/asset/frameworks/c/system_api/src/ |
| H A D | asset_system_api.c | 31 int32_t AssetAdd(const AssetAttr *attributes, uint32_t attrCnt) in AssetAdd() argument
|
| /base/security/asset/interfaces/kits/c/src/ |
| H A D | asset_api.c | 21 int32_t OH_Asset_Add(const Asset_Attr *attributes, uint32_t attrCnt) in OH_Asset_Add() argument
|
| /base/useriam/user_auth_framework/frameworks/native/client/src/ |
| H A D | user_auth_callback_service.cpp | 124 void GetExecutorPropertyCallbackService::OnGetExecutorPropertyResult(int32_t result, const Attributes &attributes) in OnGetExecutorPropertyResult() argument
|
| /base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/ |
| H A D | enroll_command.cpp | 32 EnrollCommand(std::weak_ptr<Executor> executor, uint64_t scheduleId, const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) EnrollCommand() argument
|
| H A D | custom_command.cpp | 36 CustomCommand::CustomCommand(std::weak_ptr<Executor> executor, const Attributes &attributes) in CustomCommand() argument
|
| H A D | collect_command.cpp | 30 CollectCommand(std::weak_ptr<Executor> executor, uint64_t scheduleId, const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) CollectCommand() argument
|
| H A D | identify_command.cpp | 28 IdentifyCommand(std::weak_ptr<Executor> executor, uint64_t scheduleId, const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) IdentifyCommand() argument
|
| H A D | auth_command.cpp | 30 AuthCommand(std::weak_ptr<Executor> executor, uint64_t scheduleId, const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) AuthCommand() argument
|
| /base/useriam/user_auth_framework/test/fuzztest/services/context/contextcallbackimpl_fuzzer/ |
| H A D | context_callback_impl_fuzzer.cpp | 48 Attributes attributes; in FillOnResult() local
|
| /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 in FuzzSoftBusManagerFisrst() local [all...] |
| /base/useriam/user_auth_framework/test/unittest/services/src/ |
| H A D | user_auth_stub_test.cpp | 216 Attributes attributes; in HWTEST_F() local
|
| /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() argument 159 CreatePageRange(napi_env env, napi_value &jsPrintAttributes, const PrintAttributes &attributes) CreatePageRange() argument 169 CreatePageSize(napi_env env, napi_value &jsPrintAttributes, const PrintAttributes &attributes) CreatePageSize() argument 179 CreateMargin(napi_env env, napi_value &jsPrintAttributes, const PrintAttributes &attributes) CreateMargin() argument [all...] |
| /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() argument 150 void SetAttribute(uint32_t attributes) in SetAttribute() argument
|
| H A D | usb_endpoint.h | 29 USBEndpoint(uint32_t address, uint32_t attributes, uint32_t interval, uint32_t maxPacketSize) in USBEndpoint() argument
|
| /base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/ |
| H A D | remote_auth_context_fuzzer.cpp | 222 void FillIAttributes(Parcel &parcel, Attributes &attributes) in FillIAttributes() argument
|
| /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
|