Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 25 of 41) sorted by relevance

12

/base/useriam/user_auth_framework/services/remote_connect/src/
Dsoft_bus_message.cpp24 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
Dsoft_bus_base_socket.cpp181 …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
Dremote_connect_manager.cpp78 const std::shared_ptr<Attributes> &attributes, MsgCallback &callback) in SendMessage()
Dsoft_bus_client_socket.cpp45 …const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, MsgCallback &callb… in SendMessage()
Dsoft_bus_server_socket.cpp31 …const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, MsgCallback &callb… in SendMessage()
/base/print/print_fwk/frameworks/helper/print_helper/src/
Dprint_attributes_helper.cpp32 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()
/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/
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 = Common::MakeShared<Attributes>(attr); in FuzzSoftBusManagerFisrst() local
/base/web/webview/ohos_adapter/print_manager_adapter/src/
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
/base/usb/usb_manager/interfaces/innerkits/native/include/
Dusb_config.h32 USBConfig(uint32_t id, uint32_t attributes, std::string name, uint32_t maxPower, in USBConfig()
150 void SetAttribute(uint32_t attributes) in SetAttribute()
Dusb_endpoint.h29 USBEndpoint(uint32_t address, uint32_t attributes, uint32_t interval, uint32_t maxPacketSize) in USBEndpoint()
/base/useriam/user_auth_framework/frameworks/native/ipc/src/
Dexecutor_messenger_stub.cpp83 std::vector<uint8_t> attributes; in FinishStub() local
Duser_auth_callback_proxy.cpp103 …torPropertyCallbackProxy::OnGetExecutorPropertyResult(int32_t result, const Attributes &attributes) in OnGetExecutorPropertyResult()
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
Dcollect_command.cpp31 const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) in CollectCommand()
Didentify_command.cpp29 const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) in IdentifyCommand()
Denroll_command.cpp33 const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) in EnrollCommand()
Dcustom_command.cpp36 CustomCommand::CustomCommand(std::weak_ptr<Executor> executor, const Attributes &attributes) in CustomCommand()
Dauth_command.cpp31 const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) in AuthCommand()
/base/security/asset/interfaces/kits/c/src/
Dasset_api.c21 int32_t OH_Asset_Add(const Asset_Attr *attributes, uint32_t attrCnt) in OH_Asset_Add()
/base/print/print_fwk/frameworks/ohprint/src/
Dprint_capi.cpp111 auto attributes = new (std::nothrow) Print_PrintAttributes; in NewPrintAttributes() local
497 std::unique_ptr<Print_PrintAttributes> attributes(attributesRaw); in BuildPrintAttributes() local
562 auto attributes = std::make_shared<PrintAttributes>(); in OH_Print_StartPrintByNative() local
/base/security/asset/frameworks/c/system_api/src/
Dasset_system_api.c31 int32_t AssetAdd(const AssetAttr *attributes, uint32_t attrCnt) in AssetAdd()
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
Duser_auth_callback_proxy_test.cpp102 Attributes attributes; variable
/base/useriam/user_auth_framework/frameworks/native/client/src/
Duser_auth_callback_service.cpp124 …rPropertyCallbackService::OnGetExecutorPropertyResult(int32_t result, const Attributes &attributes) in OnGetExecutorPropertyResult()
/base/useriam/user_auth_framework/test/fuzztest/services/context/contextcallbackimpl_fuzzer/
Dcontext_callback_impl_fuzzer.cpp48 Attributes attributes; in FillOnResult() local
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnative_media_player_impl.cpp421 napi_value* value, const std::map<std::string, std::string>& attributes) in ConstructAttributes()
467 napi_value attributes = nullptr; in ConstructMediaInfo() local
/base/useriam/user_auth_framework/test/unittest/services/src/
Duser_auth_stub_test.cpp216 Attributes attributes; variable
228const Attributes &attributes, sptr<SetExecutorPropertyCallbackInterface> &callback) { in __anonefa407ca0402()

12