Home
last modified time | relevance | path

Searched defs:attributes (Results 1 - 25 of 37) sorted by relevance

12

/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_auth_callback_proxy_test.cpp102 Attributes attributes; in HWTEST_F() local
/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_auth_callback_proxy.cpp103 void GetExecutorPropertyCallbackProxy::OnGetExecutorPropertyResult(int32_t result, const Attributes &attributes) in OnGetExecutorPropertyResult() argument
H A Dexecutor_messenger_stub.cpp83 std::vector<uint8_t> attributes; in FinishStub() local
H A Duser_auth_proxy.cpp154 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 Dremote_connect_manager.cpp76 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 Dsoft_bus_message.cpp71 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 Dsoft_bus_server_socket.cpp30 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 Dsoft_bus_client_socket.cpp44 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 Dsoft_bus_base_socket.cpp190 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 Dasset_system_api.c31 int32_t AssetAdd(const AssetAttr *attributes, uint32_t attrCnt) in AssetAdd() argument
/base/security/asset/interfaces/kits/c/src/
H A Dasset_api.c21 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 Duser_auth_callback_service.cpp124 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 Denroll_command.cpp32 EnrollCommand(std::weak_ptr<Executor> executor, uint64_t scheduleId, const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) EnrollCommand() argument
H A Dcustom_command.cpp36 CustomCommand::CustomCommand(std::weak_ptr<Executor> executor, const Attributes &attributes) in CustomCommand() argument
H A Dcollect_command.cpp30 CollectCommand(std::weak_ptr<Executor> executor, uint64_t scheduleId, const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) CollectCommand() argument
H A Didentify_command.cpp28 IdentifyCommand(std::weak_ptr<Executor> executor, uint64_t scheduleId, const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) IdentifyCommand() argument
H A Dauth_command.cpp30 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 Dcontext_callback_impl_fuzzer.cpp48 Attributes attributes; in FillOnResult() local
/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/
H A Dsoft_bus_fuzzer.cpp74 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 Duser_auth_stub_test.cpp216 Attributes attributes; in HWTEST_F() local
/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_attributes_helper.cpp32 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 Dusb_config.h32 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 Dusb_endpoint.h29 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 Dremote_auth_context_fuzzer.cpp222 void FillIAttributes(Parcel &parcel, Attributes &attributes) in FillIAttributes() argument
/base/web/webview/ohos_adapter/print_manager_adapter/src/
H A Dprint_manager_adapter_impl.cpp57 auto attributes = std::make_shared<OHOS::Print::PrintAttributes>(); in Print() local
88 auto attributes = std::make_shared<OHOS::Print::PrintAttributes>(); in Print() local

Completed in 11 milliseconds

12