/system/bt/gd/storage/ |
D | mutation_entry.h | 38 … property_type, std::move(section_param), std::move(property_param), std::to_string(value_param)); in Set() 47 std::move(section_param), in Set() 48 std::move(property_param), in Set() 56 …property_type, std::move(section_param), std::move(property_param), common::ToString(value_param)); in Set() 63 property_type, std::move(section_param), std::move(property_param), std::move(value_param)); in Set() 70 …property_type, std::move(section_param), std::move(property_param), value_param.ToLegacyConfigStri… in Set() 87 …property_type, std::move(section_param), std::move(property_param), common::StringJoin(str_values,… in Set() 93 …EntryType::SET, property_type, std::move(section_param), std::move(property_param), std::move(valu… in Set() 97 return MutationEntry(EntryType::REMOVE_SECTION, property_type, std::move(section_param)); in Remove() 102 … EntryType::REMOVE_PROPERTY, property_type, std::move(section_param), std::move(property_param)); in Remove()
|
/system/bt/gd/hci/ |
D | hci_metrics_logging.cc | 77 …auto create_connection_view = CreateConnectionView::Create(std::move(connection_management_command… in log_link_layer_connection_command_status() 86 CreateConnectionCancelView::Create(std::move(connection_management_command_view)); in log_link_layer_connection_command_status() 94 auto disconnect_view = DisconnectView::Create(std::move(connection_management_command_view)); in log_link_layer_connection_command_status() 102 ScoConnectionCommandView::Create(std::move(connection_management_command_view))); in log_link_layer_connection_command_status() 110 ScoConnectionCommandView::Create(std::move(connection_management_command_view))); in log_link_layer_connection_command_status() 118 AcceptConnectionRequestView::Create(std::move(connection_management_command_view)); in log_link_layer_connection_command_status() 126 ScoConnectionCommandView::Create(std::move(connection_management_command_view))); in log_link_layer_connection_command_status() 134 ScoConnectionCommandView::Create(std::move(connection_management_command_view))); in log_link_layer_connection_command_status() 142 RejectConnectionRequestView::Create(std::move(connection_management_command_view)); in log_link_layer_connection_command_status() 151 ScoConnectionCommandView::Create(std::move(connection_management_command_view))); in log_link_layer_connection_command_status() [all …]
|
/system/keymaster/include/keymaster/km_openssl/ |
D | ec_key.h | 31 : AsymmetricKey(move(hw_enforced), move(sw_enforced), factory) {} in EcKey() 34 : AsymmetricKey(move(hw_enforced), move(sw_enforced), factory), ec_key_(move(ec_key)) {} in EcKey() 44 : AsymmetricKey(move(hw_enforced), move(sw_enforced), key_factory), ec_key_(ec_key) {} in EcKey()
|
D | rsa_key.h | 31 : AsymmetricKey(move(hw_enforced), move(sw_enforced), factory) {} in RsaKey() 34 : AsymmetricKey(move(hw_enforced), move(sw_enforced), factory), rsa_key_(move(rsa_key)) {} in RsaKey() 47 : AsymmetricKey(move(hw_enforced), move(sw_enforced), key_factory), rsa_key_(rsa) {} in RsaKey()
|
D | rsa_operation.h | 39 : Operation(purpose, move(hw_enforced), move(sw_enforced)), rsa_key_(key), in RsaOperation() 94 : RsaDigestingOperation(move(hw_enforced), move(sw_enforced), KM_PURPOSE_SIGN, digest, in RsaSignOperation() 118 : RsaDigestingOperation(move(hw_enforced), move(sw_enforced), KM_PURPOSE_VERIFY, digest, in RsaVerifyOperation() 143 : RsaOperation(move(hw_enforced), move(sw_enforced), purpose, digest, padding, key), in RsaCryptOperation() 168 : RsaCryptOperation(move(hw_enforced), move(sw_enforced), KM_PURPOSE_ENCRYPT, digest, in RsaEncryptOperation() 182 : RsaCryptOperation(move(hw_enforced), move(sw_enforced), KM_PURPOSE_DECRYPT, digest, in RsaDecryptOperation() 200 return OperationPtr(CreateRsaOperation(move(key), begin_params, error)); in CreateOperation() 249 RsaSignOperation(move(hw_enforced), move(sw_enforced), digest, padding, key); in InstantiateOperation() 262 RsaVerifyOperation(move(hw_enforced), move(sw_enforced), digest, padding, key); in InstantiateOperation() 275 RsaEncryptOperation(move(hw_enforced), move(sw_enforced), digest, padding, key); in InstantiateOperation() [all …]
|
D | ecdsa_operation.h | 34 : Operation(purpose, move(hw_enforced), move(sw_enforced)), digest_(digest), in EcdsaOperation() 57 : EcdsaOperation(move(hw_enforced), move(sw_enforced), KM_PURPOSE_SIGN, digest, key) {} in EcdsaSignOperation() 72 : EcdsaOperation(move(hw_enforced), move(sw_enforced), KM_PURPOSE_VERIFY, digest, key) {} in EcdsaVerifyOperation() 102 EcdsaSignOperation(move(hw_enforced), move(sw_enforced), digest, key); in InstantiateOperation() 112 EcdsaVerifyOperation(move(hw_enforced), move(sw_enforced), digest, key); in InstantiateOperation()
|
/system/tools/aidl/ |
D | ast_cpp_unittest.cpp | 137 test_methods.push_back(std::move(norm)); in TEST_F() 138 test_methods.push_back(std::move(sub)); in TEST_F() 141 test_sub_methods.push_back(std::move(sub2)); in TEST_F() 143 unique_ptr<Declaration> test{new ClassDecl{"TestClass", "", {}, std::move(test_methods), {}}}; in TEST_F() 146 new ClassDecl{"TestSubClass", "TestClass", {}, std::move(test_sub_methods), {}}}; in TEST_F() 149 classes.push_back(std::move(test)); in TEST_F() 150 classes.push_back(std::move(test_sub)); in TEST_F() 153 std::move(classes)}}; in TEST_F() 156 test_ns_vec.push_back(std::move(test_ns)); in TEST_F() 159 std::move(test_ns_vec) }}; in TEST_F() [all …]
|
/system/bt/gd/security/test/ |
D | fake_hci_layer.h | 48 …: command(std::move(command_packet)), waiting_for_status_(false), on_complete(std::move(on_complet… in CommandQueueEntry() 53 …: command(std::move(command_packet)), waiting_for_status_(true), on_status(std::move(on_status_fun… in CommandQueueEntry() 68 …auto command_queue_entry = std::make_unique<CommandQueueEntry>(std::move(command), std::move(on_st… in EnqueueCommand() 69 command_queue_.push(std::move(command_queue_entry)); in EnqueueCommand() 75 …auto command_queue_entry = std::make_unique<CommandQueueEntry>(std::move(command), std::move(on_co… in EnqueueCommand() 76 command_queue_.push(std::move(command_queue_entry)); in EnqueueCommand() 81 auto last = std::move(command_queue_.front()); in GetLastCommand() 95 auto packet = GetPacketView(std::move(event_builder)); in IncomingEvent()
|
/system/bt/gd/security/channel/ |
D | security_manager_channel_unittest.cc | 278 channel_->SendCommand(std::move(packet)); in TEST_F() 279 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() 280 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F() 294 channel_->SendCommand(std::move(packet)); in TEST_F() 295 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() 296 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F() 327 channel_->SendCommand(std::move(packet)); in TEST_F() 328 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() 329 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F() 342 channel_->SendCommand(std::move(packet)); in TEST_F() [all …]
|
/system/bt/gd/l2cap/classic/ |
D | dynamic_channel_manager.cc | 34 .on_open_callback_ = std::move(on_connection_open), in ConnectChannel() 35 .on_fail_callback_ = std::move(on_fail_callback), in ConnectChannel() 39 …link_manager_, &internal::LinkManager::ConnectDynamicChannelServices, device, std::move(pending_co… in ConnectChannel() 50 .on_registration_complete_callback_ = std::move(on_registration_complete), in RegisterService() 51 .on_connection_open_callback_ = std::move(on_connection_open), in RegisterService() 55 …service_manager_, &internal::DynamicChannelServiceManagerImpl::Register, psm, std::move(pending_re… in RegisterService()
|
D | fixed_channel_manager.cc | 30 .on_fail_callback_ = std::move(on_fail_callback), in ConnectServices() 34 std::move(pending_fixed_channel_connection))); in ConnectServices() 42 .on_registration_complete_callback_ = std::move(on_registration_complete), in RegisterService() 43 .on_connection_open_callback_ = std::move(on_connection_open)}; in RegisterService() 46 std::move(pending_registration))); in RegisterService()
|
/system/bt/gd/l2cap/le/internal/ |
D | fixed_channel_service_manager_impl.cc | 34 common::BindOnce(std::move(pending_registration.on_registration_complete_callback_), in Register() 35 … FixedChannelManager::RegistrationResult::FAIL_INVALID_SERVICE, std::move(invalid_service))); in Register() 39 common::BindOnce(std::move(pending_registration.on_registration_complete_callback_), in Register() 40 … FixedChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service))); in Register() 44 … std::move(pending_registration.on_connection_open_callback_))); in Register() 47 common::BindOnce(std::move(pending_registration.on_registration_complete_callback_), in Register() 48 … FixedChannelManager::RegistrationResult::SUCCESS, std::move(user_service))); in Register() 56 handler->Post(std::move(callback)); in Unregister()
|
D | dynamic_channel_service_manager_impl.cc | 34 std::move(pending_registration.on_registration_complete_callback_), in Register() 35 … DynamicChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service))); in Register() 39 std::move(pending_registration.on_connection_open_callback_), in Register() 43 common::BindOnce(std::move(pending_registration.on_registration_complete_callback_), in Register() 44 … DynamicChannelManager::RegistrationResult::SUCCESS, std::move(user_service))); in Register() 52 handler->Post(std::move(callback)); in Unregister()
|
/system/bt/gd/l2cap/le/ |
D | dynamic_channel_manager.cc | 33 .on_open_callback_ = std::move(on_connection_open), in ConnectChannel() 34 .on_fail_callback_ = std::move(on_fail_callback), in ConnectChannel() 39 std::move(pending_dynamic_channel_connection), psm)); in ConnectChannel() 51 .on_registration_complete_callback_ = std::move(on_registration_complete), in RegisterService() 52 .on_connection_open_callback_ = std::move(on_connection_open), in RegisterService() 57 std::move(pending_registration))); in RegisterService()
|
D | fixed_channel_manager.cc | 30 .on_fail_callback_ = std::move(on_fail_callback), in ConnectServices() 34 std::move(pending_fixed_channel_connection))); in ConnectServices() 42 .on_registration_complete_callback_ = std::move(on_registration_complete), in RegisterService() 43 .on_connection_open_callback_ = std::move(on_connection_open)}; in RegisterService() 46 std::move(pending_registration))); in RegisterService()
|
/system/linkerconfig/modules/tests/ |
D | configuration_test.cc | 111 Section system_section("system", std::move(system_namespaces)); in TEST() 112 sections.emplace_back(std::move(system_section)); in TEST() 119 Section vendor_section("vendor", std::move(vendor_namespaces)); in TEST() 120 sections.emplace_back(std::move(vendor_section)); in TEST() 122 Configuration conf(std::move(sections), dir_to_sections); in TEST()
|
/system/bt/gd/l2cap/classic/internal/ |
D | fixed_channel_service_manager_impl.cc | 34 common::BindOnce(std::move(pending_registration.on_registration_complete_callback_), in Register() 35 … FixedChannelManager::RegistrationResult::FAIL_INVALID_SERVICE, std::move(invalid_service))); in Register() 39 common::BindOnce(std::move(pending_registration.on_registration_complete_callback_), in Register() 40 … FixedChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service))); in Register() 44 … std::move(pending_registration.on_connection_open_callback_))); in Register() 47 common::BindOnce(std::move(pending_registration.on_registration_complete_callback_), in Register() 48 … FixedChannelManager::RegistrationResult::SUCCESS, std::move(user_service))); in Register() 56 handler->Post(std::move(callback)); in Unregister()
|
/system/incremental_delivery/libdataloader/include/ |
D | dataloader_inline.h | 24 DataLoaderImpl(DataLoaderPtr&& dataLoader) : mDataLoader(std::move(dataLoader)) { in DataLoaderImpl() 74 return DataLoaderParams(type, std::move(packageName), std::move(className), in createParams() 75 std::move(arguments)); in createParams() 83 return DataLoaderInstallationFile(location, std::move(name), size, std::move(metadata)); in createInstallationFile() 103 result = new DataLoaderImpl(std::move(dataLoader)); in DataLoaderFactoryImpl() 115 DataLoader_Initialize_WithFeatures(new details::DataLoaderFactoryImpl(std::move(factory))); in initialize() 121 mPackageName(std::move(packageName)), in DataLoaderParams() 122 mClassName(std::move(className)), in DataLoaderParams() 123 mArguments(std::move(arguments)) {} in DataLoaderParams() 128 : mLocation(location), mName(std::move(name)), mSize(size), mMetadata(std::move(metadata)) {} in DataLoaderInstallationFile()
|
/system/bt/gd/l2cap/internal/ |
D | scheduler_fifo_test.cc | 55 auto next = std::move(next_packets.front()); in GetNextPacket() 93 data_controller_1_.next_packets.push(std::move(frame)); in TEST_F() 99 auto packet_view = GetPacketView(std::move(packet)); in TEST_F() 110 data_controller_1_.next_packets.push(std::move(frame)); in TEST_F() 112 data_controller_2_.next_packets.push(std::move(frame)); in TEST_F() 122 auto packet1 = std::move(enqueue_.enqueued.front()); in TEST_F() 123 auto packet_view = GetPacketView(std::move(packet1)); in TEST_F() 131 auto packet2 = std::move(enqueue_.enqueued.front()); in TEST_F() 132 packet_view = GetPacketView(std::move(packet2)); in TEST_F() 143 data_controller_1_.next_packets.push(std::move(frame)); in TEST_F() [all …]
|
D | enhanced_retransmission_mode_channel_data_controller_test.cc | 83 auto view = GetPacketView(std::move(next_packet)); in TEST_F() 104 … SegmentationAndReassembly::UNSEGMENTED, std::move(segment)); in TEST_F() 105 auto base_view = GetPacketView(std::move(builder)); in TEST_F() 122 …r1 = EnhancedInformationStartFrameBuilder::Create(1, 0, Final::NOT_SET, 0, 6, std::move(segment1)); in TEST_F() 123 auto base_view = GetPacketView(std::move(builder1)); in TEST_F() 126 … SegmentationAndReassembly::CONTINUATION, std::move(segment2)); in TEST_F() 127 base_view = GetPacketView(std::move(builder2)); in TEST_F() 130 std::move(segment3)); in TEST_F() 131 base_view = GetPacketView(std::move(builder3)); in TEST_F() 148 …1 = EnhancedInformationStartFrameBuilder::Create(1, 0, Final::NOT_SET, 0, 10, std::move(segment1)); in TEST_F() [all …]
|
/system/bt/stack/test/common/ |
D | mock_hcic_layer.cc | 41 hcic_interface->SetCigParams(cig_id, std::move(cig_params), std::move(cb)); in btsnd_hcic_set_cig_params() 46 hcic_interface->RemoveCig(cig_id, std::move(cb)); in btsnd_hcic_remove_cig() 51 hcic_interface->CreateCis(num_cis, cis_cfg, std::move(cb)); in btsnd_hcic_create_cis() 67 std::move(codec_conf), std::move(cb)); in btsnd_hcic_setup_iso_data_path() 73 hcic_interface->RemoveIsoDataPath(iso_handle, data_path_dir, std::move(cb)); in btsnd_hcic_remove_iso_data_path() 78 hcic_interface->ReadIsoLinkQuality(iso_handle, std::move(cb)); in btsnd_hcic_read_iso_link_quality() 98 .enc_code = std::move(bcst_code), in btsnd_hcic_create_big() 100 hcic_interface->CreateBig(big_handle, std::move(big_params)); in btsnd_hcic_create_big()
|
/system/keymaster/include/keymaster/legacy_support/ |
D | keymaster1_legacy_support.h | 74 return software_digest_factory_.GenerateKey(key_description, move(attest_key), in GenerateKey() 78 return passthrough_factory_.GenerateKey(key_description, move(attest_key), in GenerateKey() 94 key_description, input_key_material_format, input_key_material, move(attest_key), in ImportKey() 98 key_description, input_key_material_format, input_key_material, move(attest_key), in ImportKey() 114 return software_digest_factory_.LoadKey(move(key_material), additional_params, in LoadKey() 115 move(hw_enforced), move(sw_enforced), key); in LoadKey() 117 return passthrough_factory_.LoadKey(move(key_material), additional_params, in LoadKey() 118 move(hw_enforced), move(sw_enforced), key); in LoadKey()
|
/system/bt/gd/l2cap/fuzz/ |
D | fuzz_dynamic_channel_manager_impl.h | 44 on_open_callback_ = std::move(on_open_callback); in ConnectChannel() 45 on_fail_callback_ = std::move(on_fail_callback); in ConnectChannel() 58 on_registration_complete_ = std::move(on_registration_complete); in RegisterService() 59 on_open_callback_ = std::move(on_open_callback); in RegisterService() 84 std::move(on_fail_callback_).Invoke(result); in SetConnectionOnFail() 89 std::move(on_open_callback_).Invoke(std::move(channel)); in SetConnectionOnOpen()
|
/system/keymaster/include/keymaster/ |
D | key.h | 56 AuthorizationSet&& hw_enforced_move() { return move(hw_enforced_); } in hw_enforced_move() 57 AuthorizationSet&& sw_enforced_move() { return move(sw_enforced_); } in sw_enforced_move() 58 KeymasterKeyBlob&& key_material_move() { return move(key_material_); } in key_material_move() 66 : hw_enforced_(move(hw_enforced)), sw_enforced_(move(sw_enforced)), in Key()
|
/system/iorap/src/compiler/ |
D | compiler.cc | 107 return {{std::move(maybe_proto.value()), file_info.timestamp_limit_ns, file_info.pid}}; in ReadProtosFromFileNames() 123 return {{std::move(t.value()), proto_info.timestamp_limit_ns, proto_info.pid}}; in ReadProtosFromFileNames() 174 auto filename_obs = rxcpp::observable<>::iterate(std::move(file_infos)); in ReadPerfettoTraceProtos() 176 ReadProtosFromFileNames<::perfetto::protos::Trace>(std::move(filename_obs)); in ReadPerfettoTraceProtos() 305 [trace=std::move(trace), in SelectPageCacheFtraceEvents() 332 sub.on_next(std::move(out)); in SelectPageCacheFtraceEvents() 429 rxcpp::observable<PageCacheFtraceEvent> obs = SelectPageCacheFtraceEvents(std::move(trace)); in SelectDistinctInodesFromTraces() 453 inode2filename::InodeResolver::Create(std::move(dependencies)); in ResolveInodesToFileNames() 454 return inode_resolver->FindFilenamesFromInodes(std::move(inodes)); in ResolveInodesToFileNames() 465 m.insert({std::move(result.inode), std::move(result.data.value())}); in ReduceResolvedInodesToMap() [all …]
|