Home
last modified time | relevance | path

Searched refs:RemoveProperty (Results 1 - 22 of 22) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_config.h146 virtual bool RemoveProperty(const std::string &addr, const std::string &section, const std::string &property) = 0;
267 virtual bool RemoveProperty(
H A Dprofile_config.cpp113 bool ProfileConfig::RemoveProperty(const std::string &addr, const std::string &section, const std::string &property) in RemoveProperty() function in OHOS::bluetooth::ProfileConfig
116 if (!pimpl->parse_.RemoveProperty(addr, section, property)) { in RemoveProperty()
H A Dadapter_manager.cpp729 return config->RemoveProperty(address, SECTION_PERMISSION, PROPERTY_PHONEBOOK_PERMISSION); in SetPhonebookPermission()
772 return config->RemoveProperty(address, SECTION_PERMISSION, PROPERTY_MESSAGE_PERMISSION); in SetMessagePermission()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.h197 bool RemoveProperty(const std::string &section, const std::string &subSection, const std::string &property);
302 bool RemoveProperty(const std::string &section, const std::string &property);
H A Dxml_parse.cpp34 bool RemoveProperty(xmlNodePtr node, const std::string &property);
224 bool XmlParse::impl::RemoveProperty(xmlNodePtr node, const std::string &property) in RemoveProperty() function in utility::XmlParse::impl
449 bool XmlParse::RemoveProperty(const std::string &section, const std::string &subSection, const std::string &property) in RemoveProperty() function in utility::XmlParse
452 return pimpl->RemoveProperty(sectionNode, property); in RemoveProperty()
555 bool XmlParse::RemoveProperty(const std::string &section, const std::string &property) in RemoveProperty() function in utility::XmlParse
558 return pimpl->RemoveProperty(sectionNode, property); in RemoveProperty()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dproxy_object.cpp151 Super::RemoveProperty(p.second.GetProperty()); in RefreshProperties()
157 Super::RemoveProperty(p.second.GetProperty()); in RefreshProperties()
311 void ProxyObject::RemoveProperty(const IProperty::Ptr& p) in RemoveProperty() function in Internal::ProxyObject
313 Super::RemoveProperty(p); in RemoveProperty()
H A Dmeta_object.cpp149 void MetaObject::RemoveProperty(const IProperty::Ptr& p) in RemoveProperty() function in Internal::MetaObject
151 meta_->RemoveProperty(p); in RemoveProperty()
H A Dproxy_object.h49 void RemoveProperty(const IProperty::Ptr&) override;
H A Dmeta_object.h70 void RemoveProperty(const IProperty::Ptr&) override;
H A Dmetadata.h49 void RemoveProperty(const IProperty::Ptr&) override;
H A Dmetadata.cpp82 void Metadata::RemoveProperty(const IProperty::Ptr& p) in RemoveProperty() function in Internal::Metadata
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/engine/
H A Dintf_engine_input_property_manager.h35 virtual void RemoveProperty(BASE_NS::string_view name) = 0;
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmaterial_impl.cpp525 meta->RemoveProperty(color); in UpdateInputProperties()
538 meta->RemoveProperty(scale); in UpdateInputProperties()
552 meta->RemoveProperty(roughness); in UpdateInputProperties()
560 meta->RemoveProperty(metallic); in UpdateInputProperties()
568 meta->RemoveProperty(reflectance); in UpdateInputProperties()
577 meta->RemoveProperty(colorRGB); in UpdateInputProperties()
585 meta->RemoveProperty(glossiness); in UpdateInputProperties()
598 meta->RemoveProperty(color); in UpdateInputProperties()
606 meta->RemoveProperty(prop); in UpdateInputProperties()
618 meta->RemoveProperty(pro in UpdateInputProperties()
[all...]
H A Decs_object.cpp112 RemoveProperty(prop);
/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_input_property_manager.h37 void RemoveProperty(BASE_NS::string_view name) override;
H A Dengine_input_property_manager.cpp109 void EngineInputPropertyManager::RemoveProperty(BASE_NS::string_view name) in RemoveProperty() function in Internal::EngineInputPropertyManager
/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H A Dscene_adapter.cpp390 doc->RemoveProperty(p1); in DeinitRenderThread()
392 doc->RemoveProperty(p2); in DeinitRenderThread()
394 doc->RemoveProperty(p3); in DeinitRenderThread()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject.h343 void RemoveProperty(const IProperty::Ptr& p) override
345 meta_->RemoveProperty(p);
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_metadata.h108 virtual void RemoveProperty(const IProperty::Ptr&) = 0;
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Dobject_api.h352 Object& RemoveProperty(const META_NS::IProperty::Ptr& property) in RemoveProperty() function in Object
354 META_API_CACHED_INTERFACE(Metadata)->RemoveProperty(property); in RemoveProperty()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.cpp648 return config->RemoveProperty(device.GetAddress(), in SetConnectStrategy()
1170 config->RemoveProperty(device.GetAddress(), SECTION_CODE_CS_SUPPORT, PROPERTY_A2DP_SUPPORTS_OPTIONAL_CODECS); in SetOptionalCodecsSupportState()
H A Da2dp_profile_peer.cpp1196 config->RemoveProperty(RawAddress::ConvertToString(peerAddress_.addr).GetAddress().c_str(), in SetOptionalCodecsSupportState()

Completed in 17 milliseconds