Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:RemoveSection
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H
A
D
xml_parse.h
186
bool
RemoveSection
(const std::string §ion, const std::string &subSection);
293
bool
RemoveSection
(const std::string §ion);
H
A
D
xml_parse.cpp
410
bool XmlParse::
RemoveSection
(const std::string §ion, const std::string &subSection)
in RemoveSection()
function in utility::XmlParse
531
bool XmlParse::
RemoveSection
(const std::string §ion)
in RemoveSection()
function in utility::XmlParse
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H
A
D
adapter_device_config.cpp
160
bool AdapterDeviceConfig::
RemoveSection
(const std::string §ion, const std::string &subSection)
in RemoveSection()
function in OHOS::bluetooth::AdapterDeviceConfig
163
return pimpl->parse_.
RemoveSection
(section, subSection);
in RemoveSection()
H
A
D
adapter_device_config.h
219
virtual bool
RemoveSection
(const std::string §ion, const std::string &subSection) = 0;
398
virtual bool
RemoveSection
(const std::string §ion, const std::string &subSection) override;
H
A
D
profile_config.cpp
107
if (!pimpl->parse_.
RemoveSection
(addr)) {
in RemoveAddr()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H
A
D
classic_config.cpp
350
if (!config_->
RemoveSection
(SECTION_BREDR_PAIRED_LIST, subSection)) {
in RemovePairedDevice()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H
A
D
generic_attribute_service.cpp
177
AdapterDeviceConfig::GetInstance()->
RemoveSection
(SECTION_GENERIC_ATTRIBUTE_SERVICE, dev);
in LoadNotifyInformation()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_config.cpp
738
bool ret = config_->
RemoveSection
(SECTION_BLE_PAIRED_LIST, subSection);
in RemovePairedDevice()
Completed in 6 milliseconds