Home
last modified time | relevance | path

Searched refs:RemoveItem (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_session.cpp337 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 Dobex_mp_server.cpp124 req.RemoveItem(ObexHeader::END_OF_BODY); in HandlePutFinalRequest()
H A Dobex_headers.h506 void RemoveItem(const uint8_t headerId);
H A Dobex_headers.cpp781 void ObexHeader::RemoveItem(const uint8_t headerId) in RemoveItem() function in OHOS::bluetooth::ObexHeader
/foundation/ability/ability_runtime/test/unittest/configuration_test/
H A Dconfiguration_test.cpp89 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 Dconfiguration.h112 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 Dconfiguration.cpp204 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 Dohos_application.cpp820 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 Delement_register.h83 bool RemoveItem(ElementIdType elementId);
H A Delement_register.cpp138 bool ElementRegister::RemoveItem(ElementIdType elementId) in RemoveItem() function in OHOS::Ace::ElementRegister
H A Delement.cpp533 ElementRegister::GetInstance()->RemoveItem(elmtId_); in UnregisterForPartialUpdates()
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_element_register.cpp118 bool ElementRegister::RemoveItem(ElementIdType elementId) in RemoveItem() function in OHOS::Ace::ElementRegister
/foundation/ability/ability_runtime/test/unittest/js_service_extension_test/
H A Djs_service_extension_test.cpp292 configuration->RemoveItem(displayId, ConfigurationInner::APPLICATION_DENSITYDPI); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/
H A Dstage_test_ng.cpp189 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 Dui_node.cpp64 ElementRegister::GetInstance()->RemoveItem(nodeId_); in ~UINode()
/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp1644 ElementRegister::GetInstance()->RemoveItem(GetElementId()); in RemoveSelfFromElementRegistry()

Completed in 29 milliseconds