Searched refs:GetName (Results 1 - 25 of 35) sorted by relevance

12

/system/tools/aidl/tests/android/aidl/tests/
H A DINamedCallback.aidl20 String GetName();
/system/core/libunwindstack/tests/
H A DSymbolsTest.cpp73 ASSERT_TRUE(symbols.GetName<TypeParam>(0x5000, 0, &this->memory_, &name, &func_offset));
78 ASSERT_TRUE(symbols.GetName<TypeParam>(0x500f, 0, &this->memory_, &name, &func_offset));
83 ASSERT_FALSE(symbols.GetName<TypeParam>(0x4fff, 0, &this->memory_, &name, &func_offset));
84 ASSERT_FALSE(symbols.GetName<TypeParam>(0x5010, 0, &this->memory_, &name, &func_offset));
101 ASSERT_TRUE(symbols.GetName<TypeParam>(0x5000, 0, &this->memory_, &name, &func_offset));
110 ASSERT_FALSE(symbols.GetName<TypeParam>(0x5000, 0, &this->memory_, &name, &func_offset));
118 ASSERT_FALSE(symbols.GetName<TypeParam>(0x5000, 0, &this->memory_, &name, &func_offset));
147 ASSERT_TRUE(symbols.GetName<TypeParam>(0x3005, 0, &this->memory_, &name, &func_offset));
152 ASSERT_TRUE(symbols.GetName<TypeParam>(0x5004, 0, &this->memory_, &name, &func_offset));
157 ASSERT_TRUE(symbols.GetName<TypePara
[all...]
/system/update_engine/update_manager/
H A Dumtest_utils.h45 ASSERT_NE(nullptr, value.get()) << "Variable: " << variable->GetName();
46 EXPECT_EQ(expected, *value) << "Variable: " << variable->GetName();
55 EXPECT_EQ(nullptr, value.get()) << "Variable: " << variable->GetName();
H A Devaluation_context-inl.h43 LOG(WARNING) << "Error reading Variable " << var->GetName() << ": \""
H A Dfake_variable.h60 *errmsg = this->GetName() + " is an empty FakeVariable";
H A Dgeneric_variables.h89 *errmsg = "No value set for " + this->GetName();
202 *errmsg = "No value set for " + this->GetName();
H A Devaluation_context.cc113 DLOG(INFO) << "ValueChanged() called for variable " << var->GetName();
190 DLOG(INFO) << "Waiting for value on " << it.first->GetName();
234 variables->SetString(it.first->GetName(), it.second.ToString());
/system/bt/service/common/android/bluetooth/
H A DIBluetooth.aidl38 String GetName();
/system/tools/aidl/
H A Daidl.cpp144 interface->GetName(), interface->GetLine());
150 success &= check_filename(filename, item->GetPackage(), item->GetName(),
203 if (oneway && m->GetType().GetName() != "void") {
205 << " oneway method '" << m->GetName() << "' cannot return a value"
227 << " oneway method '" << m->GetName()
233 auto it = method_names.find(m->GetName());
236 method_names[m->GetName()] = m.get();
239 << " attempt to redefine method " << m->GetName() << "," << endl
342 const string& name = interface.GetName();
386 item->GetId(), item->GetName()
[all...]
H A Dtype_namespace.cpp122 filename.c_str(), a.GetLine(), a.GetName().c_str(), arg_index);
150 if (is_java_keyword(a.GetName().c_str())) {
156 if (a.GetName().substr(0, 5) == "_aidl") {
H A Dtype_namespace.h232 string name = Trim(aidl_type.GetName());
275 const std::string& type_name = aidl_type.GetName();
328 std::string name = Trim(aidl_type.GetName());
398 if (aidl_type.GetName() == "void") {
429 } else if (aidl_type.GetName() == "String" ||
430 aidl_type.GetName() == "java.lang.String") {
437 aidl_type.GetName().c_str(),
467 aidl_type.GetName().c_str());
484 aidl_type.GetName().c_str(),
H A Dgenerate_java_binder.cpp250 IntConstant* decl = new IntConstant(constant.GetName(), constant.GetValue());
256 StringConstant* decl = new StringConstant(constant.GetName(),
270 transactCodeName += method.GetName();
287 decl->name = method.GetName();
291 new Variable(arg->GetType().GetLanguageType<Type>(), arg->GetName(),
303 MethodCall* realCall = new MethodCall(THIS_VALUE, method.GetName());
339 if (method.GetType().GetName() == "void") {
388 proxy->name = method.GetName();
392 new Variable(arg->GetType().GetLanguageType<Type>(), arg->GetName(),
411 if (method.GetType().GetName() !
[all...]
H A Dtype_cpp.cpp190 interface.GetPackage(), interface.GetName(),
204 name.push_back(interface.GetName());
215 name.push_back(interface.GetName());
227 parcelable.GetPackage(), parcelable.GetName(),
247 parcelable.GetPackage(), parcelable.GetName(),
252 parcelable.GetName(), parcelable.GetCppHeader(),
584 filename.c_str(), a.GetLine(), a.GetName().c_str(), arg_index);
587 if (is_cpp_keyword(a.GetName().c_str())) {
H A Dgenerate_cpp.cpp103 return prefix + a.GetName();
130 literal += " " + a->GetName();
168 method.GetName(),
210 string c_name = interface.GetName();
258 kBinderStatusLiteral, bp_name, method.GetName(),
284 string var_name = ((a->IsOut()) ? "*" : "") + a->GetName();
311 "%s::%s", i_name.c_str(), UpperCase(method.GetName()).c_str());
368 ArgList(a->GetName()))));
475 method.GetName(),
551 StatementBlock* b = s->AddCase("Call::" + UpperCase(method->GetName()));
[all...]
H A Daidl_language.cpp181 return GetName();
183 return GetPackage() + "." + GetName();
221 return GetName();
223 return GetPackage() + "." + GetName();
H A Daidl_language.h85 const std::string& GetName() const { return name_; } function in class:AidlType
125 std::string GetName() const { return name_; } function in class:AidlArgument
164 const std::string& GetName() const { return name_; } function in class:AidlIntConstant
183 const std::string& GetName() const { return name_; } function in class:AidlStringConstant
213 const std::string& GetName() const { return name_; } function in class:AidlMethod
299 std::string GetName() const { return name_->GetDotName(); } function in class:AidlParcelable
325 const std::string& GetName() const { return name_; } function in class:AidlInterface
/system/core/libunwindstack/
H A DSymbols.cpp57 bool Symbols::GetName(uint64_t addr, uint64_t load_bias, Memory* elf_memory, std::string* name, function in class:unwindstack::Symbols
112 template bool Symbols::GetName<Elf32_Sym>(uint64_t, uint64_t, Memory*, std::string*, uint64_t*);
113 template bool Symbols::GetName<Elf64_Sym>(uint64_t, uint64_t, Memory*, std::string*, uint64_t*);
H A DSymbols.h47 bool GetName(uint64_t addr, uint64_t load_bias, Memory* elf_memory, std::string* name,
/system/bt/service/test/
H A Dmock_adapter.h37 MOCK_CONST_METHOD0(GetName, std::string());
H A Dadapter_unittest.cc205 TEST_F(AdapterTest, GetName) {
206 EXPECT_EQ(bluetooth::Adapter::kDefaultName, adapter_->GetName());
211 EXPECT_EQ(kTestAdapterName, adapter_->GetName());
/system/bt/service/
H A Dadapter.h97 virtual std::string GetName() const = 0;
/system/tpm/trunks/
H A Dbackground_command_transceiver_test.cc41 return std::string(base::PlatformThread::GetName());
/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc104 Status BluetoothBinderServer::GetName(::android::String16* _aidl_return) { function in class:ipc::binder::BluetoothBinderServer
106 *_aidl_return = String16(String8(adapter_->GetName().c_str()));
H A Dbluetooth_binder_server.h70 Status GetName(::android::String16* _aidl_return) override;
/system/tools/aidl/tests/
H A Daidl_test_client_primitives.cpp205 status = named_callback->GetName(&ret);
222 status = named_callback->GetName(&ret);

Completed in 2848 milliseconds

12