| /system/tools/aidl/build/ |
| D | aidl_utils.go | 23 func wrap(prefix string, strs []string, suffix string) []string { 32 func wrapFunc(prefix string, strs []string, suffix string, f func(string) string) []string { 41 func concat(sstrs ...[]string) []string { 65 func fixRustName(name string) string {
|
| D | aidl_interface_backends.go | 29 func addLibrary(mctx android.LoadHookContext, i *aidlInterface, version string, lang string) string… 38 func addCppLibrary(mctx android.LoadHookContext, i *aidlInterface, version string, lang string) str… 214 func addJavaLibrary(mctx android.LoadHookContext, i *aidlInterface, version string) string { 269 func addRustLibrary(mctx android.LoadHookContext, i *aidlInterface, version string) string { 326 func (i *aidlInterface) versionedName(version string) string { 334 func (i *aidlInterface) srcsForVersion(mctx android.LoadHookContext, version string) (srcs []string… 351 func (i *aidlInterface) versionForAidlGenRule(version string) string { 358 func (i *aidlInterface) flagsForAidlGenRule(version string) (flags []string) { 367 func (i *aidlInterface) isModuleForVndk(version string) bool { 390 func (i *aidlInterface) getImportWithVersion(version string, anImport string, config android.Config…
|
| D | aidl_test.go | 57 func _testAidl(t *testing.T, bp string, customizers ...android.FixturePreparer) android.FixturePrep… 178 func testAidl(t *testing.T, bp string, customizers ...android.FixturePreparer) (*android.TestContex… 185 func testAidlError(t *testing.T, pattern, bp string, customizers ...android.FixturePreparer) { 194 func assertModulesExists(t *testing.T, ctx *android.TestContext, names ...string) { 213 func assertContains(t *testing.T, actual, expected string) { 220 func assertListContains(t *testing.T, actual []string, expected string) {
|
| D | aidl_interface.go | 100 func isAidlModule(moduleName string, config android.Config) bool { 230 func getPaths(ctx android.ModuleContext, rawSrcs []string, root string) (srcs android.Paths, import… 260 func isRelativePath(path string) bool { 461 func addUnstableModule(mctx android.LoadHookContext, moduleName string) { 585 func nextVersion(versions []string) string { 608 func hasVersionSuffix(moduleName string) bool { 613 func parseModuleWithVersion(moduleName string) (string, string) { 624 func trimVersionSuffixInList(moduleNames []string) []string { 749 func srcsVisibility(mctx android.LoadHookContext, lang string) []string { 833 func lookupInterface(name string, config android.Config) *aidlInterface {
|
| /system/tools/hidl/build/ |
| D | utils.go | 18 func wrap(prefix string, strs []string, suffix string) []string { 27 func concat(sstrs ...[]string) []string { 35 func remove(str string, strs []string) []string {
|
| /system/core/fastboot/device/ |
| D | variables.cpp | 53 bool GetVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetVersion() 59 bool GetBootloaderVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetBootloaderVersion() 65 bool GetBasebandVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetBasebandVersion() 71 bool GetOsVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetOsVersion() 77 bool GetVndkVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetVndkVersion() 83 bool GetProduct(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetProduct() 89 bool GetSerial(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSerial() 95 bool GetSecure(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSecure() 101 bool GetVariant(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetVariant() 143 bool GetBatterySoCOk(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetBatterySoCOk() [all …]
|
| /system/core/init/ |
| D | host_init_stubs.h | 40 inline bool CanReadProperty(const std::string&, const std::string&) { in CanReadProperty() 52 inline bool SelabelLookupFileContext(const std::string&, int, std::string*) { in SelabelLookupFileContext()
|
| D | host_import_parser.cpp | 26 Result<void> HostImportParser::ParseSection(std::vector<std::string>&& args, const std::string&, in ParseSection() 35 Result<void> HostImportParser::ParseLineSection(std::vector<std::string>&&, int) { in ParseLineSection()
|
| D | lmkd_service.h | 38 static inline void LmkdRegister(const std::string&, uid_t, pid_t, int) {} in LmkdRegister() 39 static inline void LmkdUnregister(const std::string&, pid_t) {} in LmkdUnregister()
|
| /system/core/libutils/ |
| D | Printer.cpp | 75 void LogPrinter::printLine(const char* string) { in printLine() 90 void LogPrinter::printRaw(const char* string) { in printRaw() 109 void FdPrinter::printLine(const char* string) { in printLine() 135 void String8Printer::printLine(const char* string) { in printLine() 156 void PrefixPrinter::printLine(const char* string) { in printLine()
|
| /system/apex/apexd/ |
| D | string_log.h | 51 operator std::string() const { return os_stream.str(); } in string() function 65 operator std::string() const { in string() function
|
| D | apexd_lifecycle.cpp | 39 Result<void> (&revert_fn)(const std::string&, const std::string&)) { in WaitForBootStatus()
|
| /system/libvintf/ |
| D | FileSystem.cpp | 66 status_t FileSystemNoOp::fetch(const std::string&, std::string*, std::string*) const { in fetch() argument 70 status_t FileSystemNoOp::listFiles(const std::string&, std::vector<std::string>*, in listFiles()
|
| D | PropertyFetcher.cpp | 27 std::string PropertyFetcherNoOp::getProperty(const std::string&, in getProperty() 32 uint64_t PropertyFetcherNoOp::getUintProperty(const std::string&, uint64_t, in getUintProperty() 37 bool PropertyFetcherNoOp::getBoolProperty(const std::string&, bool defaultValue) const { in getBoolProperty() argument
|
| D | HalInterface.cpp | 32 const std::function<bool(const std::string&, const std::string&, bool isRegex)>& func) const { in forEachInstance() argument
|
| /system/update_engine/update_manager/ |
| D | real_time_provider.cc | 41 virtual const Time* GetValue(TimeDelta /* timeout */, string* /* errmsg */) { in GetValue() argument 64 virtual const int* GetValue(TimeDelta /* timeout */, string* /* errmsg */) { in GetValue() argument 80 virtual const int* GetValue(TimeDelta /* timeout */, string* /* errmsg */) { in GetValue() argument
|
| D | update_manager-inl.h | 35 EvaluationContext*, State*, std::string*, R*, Args...) const, in EvaluatePolicy() 81 EvaluationContext*, State*, std::string*, R*, Args...) const, in OnPolicyReadyToEvaluate() 116 EvaluationContext*, State*, std::string*, R*, ExpectedArgs...) const, in PolicyRequest() 138 EvaluationContext*, State*, std::string*, R*, ExpectedArgs...) const, in AsyncPolicyRequest()
|
| /system/update_engine/payload_generator/ |
| D | boot_img_filesystem_stub.cc | 21 const std::string& /* filename */) { in CreateFromFile() 34 const std::string& /* name */, in GetFile()
|
| /system/core/fs_mgr/liblp/ |
| D | test_partition_opener.cpp | 27 const std::map<std::string, int>& partition_map, in TestPartitionOpener()
|
| /system/libvintf/test/ |
| D | RuntimeInfo-fake.cpp | 63 std::map<std::string, std::string>&& configs) { in setNextFetchKernelInfo() 68 const std::map<std::string, std::string>& configs) { in setNextFetchKernelInfo()
|
| /system/core/fs_mgr/libsnapshot/ |
| D | snapshot_stub.cpp | 67 bool SnapshotManagerStub::MapUpdateSnapshot(const CreateLogicalPartitionParams&, std::string*) { in MapUpdateSnapshot() 72 bool SnapshotManagerStub::UnmapUpdateSnapshot(const std::string&) { in UnmapUpdateSnapshot() 82 bool SnapshotManagerStub::CreateLogicalAndSnapshotPartitions(const std::string&, in CreateLogicalAndSnapshotPartitions() 140 void set_source_build_fingerprint(const std::string&) override {} in set_source_build_fingerprint() 152 const CreateLogicalPartitionParams&, const std::optional<std::string>&) { in OpenSnapshotWriter()
|
| /system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
| D | ITestService.cpp | 3266 …:ndk::ScopedAStatus ITestServiceDefault::RepeatString(const std::string& /*in_token*/, std::string… in RepeatString() 3321 …tatus ITestServiceDefault::ReverseString(const std::vector<std::string>& /*in_input*/, std::vector… in ReverseString() 3341 ::ndk::ScopedAStatus ITestServiceDefault::GetOtherTestService(const std::string& /*in_name*/, std::… in GetOtherTestService() 3346 …ptr<::aidl::android::aidl::tests::INamedCallback>& /*in_service*/, const std::string& /*in_name*/,… in VerifyName() 3351 …s ITestServiceDefault::ReverseStringList(const std::vector<std::string>& /*in_input*/, std::vector… in ReverseStringList() 3391 …stServiceDefault::RepeatNullableString(const std::optional<std::string>& /*in_input*/, std::option… in RepeatNullableString() 3396 …ServiceDefault::RepeatNullableStringList(const std::vector<std::string>& /*in_input*/, std::vector… in RepeatNullableStringList() 3416 …copedAStatus ITestServiceDefault::RepeatUtf8CppString(const std::string& /*in_token*/, std::string… in RepeatUtf8CppString() 3421 …ceDefault::RepeatNullableUtf8CppString(const std::optional<std::string>& /*in_token*/, std::option… in RepeatNullableUtf8CppString() 3426 …TestServiceDefault::ReverseUtf8CppString(const std::vector<std::string>& /*in_input*/, std::vector… in ReverseUtf8CppString() [all …]
|
| /system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
| D | ITestService.h | 289 ::android::binder::Status RepeatUtf8CppString(const ::std::string&, ::std::string*) override { in RepeatUtf8CppString() 292 …bleUtf8CppString(const ::std::optional<::std::string>&, ::std::optional<::std::string>*) override { in RepeatNullableUtf8CppString() 295 …ng(const ::std::vector<::std::string>&, ::std::vector<::std::string>*, ::std::vector<::std::string… in ReverseUtf8CppString() 298 …d::vector<::std::optional<::std::string>>>&, ::std::optional<::std::vector<::std::optional<::std::… in ReverseNullableUtf8CppString() 301 …d::vector<::std::optional<::std::string>>>&, ::std::optional<::std::vector<::std::optional<::std::… in ReverseUtf8CppStringList()
|
| /system/bt/gd/dumpsys/internal/ |
| D | filter_internal.cc | 41 void internal::ReplaceInString(flatbuffers::String* string, int c) { in ReplaceInString() 46 void internal::RandomizeInString(flatbuffers::String* string) { in RandomizeInString() 71 internal::PrivacyLevel internal::GetPrivacyLevelAttribute(const std::string& string) { in GetPrivacyLevelAttribute() 195 const flatbuffers::String* string = flatbuffers::GetFieldS(*table, field); in FilterTypeString() local
|
| /system/netd/server/ |
| D | Network.h | 44 [[nodiscard]] virtual int addInterface(const std::string&) { return -EINVAL; } in addInterface() 45 [[nodiscard]] virtual int removeInterface(const std::string&) { return -EINVAL; } in removeInterface()
|