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:RemoveItem
(Results
1 - 16
of
16
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H
A
D
obex_session.cpp
337
firstReq_->
RemoveItem
(ObexHeader::SRMP);
in ObexClientReceivedObject()
344
firstReq_->
RemoveItem
(ObexHeader::SRM);
in ObexClientReceivedObject()
345
firstReq_->
RemoveItem
(ObexHeader::SRMP);
in ObexClientReceivedObject()
367
firstResp_->
RemoveItem
(ObexHeader::SRM);
in CacheResp()
368
firstResp_->
RemoveItem
(ObexHeader::SRMP);
in CacheResp()
369
firstResp_->
RemoveItem
(ObexHeader::BODY);
in CacheResp()
452
baseReq_->
RemoveItem
(ObexHeader::SRM);
in ObexServerReceivedObject()
453
baseReq_->
RemoveItem
(ObexHeader::SRMP);
in ObexServerReceivedObject()
454
baseReq_->
RemoveItem
(ObexHeader::BODY);
in ObexServerReceivedObject()
513
firstResp_->
RemoveItem
(ObexHeade
in ObexServerSendObject()
[all...]
H
A
D
obex_mp_server.cpp
124
req.
RemoveItem
(ObexHeader::END_OF_BODY);
in HandlePutFinalRequest()
H
A
D
obex_headers.h
506
void
RemoveItem
(const uint8_t headerId);
H
A
D
obex_headers.cpp
781
void ObexHeader::
RemoveItem
(const uint8_t headerId)
in RemoveItem()
function in OHOS::bluetooth::ObexHeader
/foundation/ability/ability_runtime/test/unittest/configuration_test/
H
A
D
configuration_test.cpp
89
config.
RemoveItem
(AAFwk::GlobalConfigurationKey::APP_FONT_SIZE_SCALE);
in HWTEST_F()
112
config.
RemoveItem
(AAFwk::GlobalConfigurationKey::APP_FONT_SIZE_SCALE);
in HWTEST_F()
134
config.
RemoveItem
(AAFwk::GlobalConfigurationKey::APP_FONT_SIZE_SCALE);
in HWTEST_F()
153
config.
RemoveItem
(AAFwk::GlobalConfigurationKey::APP_FONT_SIZE_SCALE);
in HWTEST_F()
184
config.
RemoveItem
(AAFwk::GlobalConfigurationKey::APP_FONT_SIZE_SCALE);
in HWTEST_F()
214
config.
RemoveItem
(AAFwk::GlobalConfigurationKey::APP_FONT_SIZE_SCALE);
in HWTEST_F()
221
* Function:
RemoveItem
230
config.
RemoveItem
(AAFwk::GlobalConfigurationKey::APP_FONT_SIZE_SCALE);
in HWTEST_F()
239
bool canRemove = config.
RemoveItem
(displayId, AAFwk::GlobalConfigurationKey::SYSTEM_LANGUAGE);
in HWTEST_F()
246
canRemove = config.
RemoveItem
(displayI
in HWTEST_F()
[all...]
/foundation/ability/ability_base/interfaces/kits/native/configuration/include/
H
A
D
configuration.h
112
int
RemoveItem
(int displayId, const std::string &key);
142
int
RemoveItem
(const std::string &key);
/foundation/ability/ability_base/interfaces/kits/native/configuration/src/
H
A
D
configuration.cpp
204
int Configuration::
RemoveItem
(int displayId, const std::string &key)
in RemoveItem()
function in OHOS::AppExecFwk::Configuration
229
int Configuration::
RemoveItem
(const std::string &key)
in RemoveItem()
function in OHOS::AppExecFwk::Configuration
231
return
RemoveItem
(defaultDisplayId_, key);
in RemoveItem()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
ohos_application.cpp
820
config.
RemoveItem
(AAFwk::GlobalConfigurationKey::SYSTEM_COLORMODE);
in IsUpdateColorNeeded()
821
config.
RemoveItem
(AAFwk::GlobalConfigurationKey::COLORMODE_IS_SET_BY_SA);
in IsUpdateColorNeeded()
849
config.
RemoveItem
(AAFwk::GlobalConfigurationKey::SYSTEM_FONT_SIZE_SCALE);
in isUpdateFontSize()
858
config.
RemoveItem
(AAFwk::GlobalConfigurationKey::SYSTEM_FONT_SIZE_SCALE);
in isUpdateFontSize()
863
configuration_->
RemoveItem
(AAFwk::GlobalConfigurationKey::APP_FONT_SIZE_SCALE);
in isUpdateFontSize()
880
config.
RemoveItem
(AAFwk::GlobalConfigurationKey::SYSTEM_LANGUAGE);
in IsUpdateLanguageNeeded()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H
A
D
element_register.h
83
bool
RemoveItem
(ElementIdType elementId);
H
A
D
element_register.cpp
138
bool ElementRegister::
RemoveItem
(ElementIdType elementId)
in RemoveItem()
function in OHOS::Ace::ElementRegister
H
A
D
element.cpp
533
ElementRegister::GetInstance()->
RemoveItem
(elmtId_);
in UnregisterForPartialUpdates()
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H
A
D
mock_element_register.cpp
118
bool ElementRegister::
RemoveItem
(ElementIdType elementId)
in RemoveItem()
function in OHOS::Ace::ElementRegister
/foundation/ability/ability_runtime/test/unittest/js_service_extension_test/
H
A
D
js_service_extension_test.cpp
292
configuration->
RemoveItem
(displayId, ConfigurationInner::APPLICATION_DENSITYDPI);
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/
H
A
D
stage_test_ng.cpp
189
ElementRegister::GetInstance()->
RemoveItem
(CHECK_BOX_ID_FIRST);
in HWTEST_F()
214
ElementRegister::GetInstance()->
RemoveItem
(CHECK_BOX_ID_THIRD);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
ui_node.cpp
64
ElementRegister::GetInstance()->
RemoveItem
(nodeId_);
in ~UINode()
/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H
A
D
element_proxy.cpp
1644
ElementRegister::GetInstance()->
RemoveItem
(GetElementId());
in RemoveSelfFromElementRegistry()
Completed in 19 milliseconds