/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | profile_config.h | 146 virtual bool RemoveProperty(const std::string &addr, const std::string §ion, const std::string &property) = 0; 267 virtual bool RemoveProperty(
|
H A D | profile_config.cpp | 113 bool ProfileConfig::RemoveProperty(const std::string &addr, const std::string §ion, const std::string &property) in RemoveProperty() function in OHOS::bluetooth::ProfileConfig 116 if (!pimpl->parse_.RemoveProperty(addr, section, property)) { in RemoveProperty()
|
H A D | adapter_manager.cpp | 729 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 D | xml_parse.h | 197 bool RemoveProperty(const std::string §ion, const std::string &subSection, const std::string &property); 302 bool RemoveProperty(const std::string §ion, const std::string &property);
|
H A D | xml_parse.cpp | 34 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 §ion, 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 §ion, 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 D | proxy_object.cpp | 151 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 D | meta_object.cpp | 149 void MetaObject::RemoveProperty(const IProperty::Ptr& p) in RemoveProperty() function in Internal::MetaObject 151 meta_->RemoveProperty(p); in RemoveProperty()
|
H A D | proxy_object.h | 49 void RemoveProperty(const IProperty::Ptr&) override;
|
H A D | meta_object.h | 70 void RemoveProperty(const IProperty::Ptr&) override;
|
H A D | metadata.h | 49 void RemoveProperty(const IProperty::Ptr&) override;
|
H A D | metadata.cpp | 82 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 D | intf_engine_input_property_manager.h | 35 virtual void RemoveProperty(BASE_NS::string_view name) = 0;
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | material_impl.cpp | 525 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 D | ecs_object.cpp | 112 RemoveProperty(prop);
|
/foundation/graphic/graphic_3d/lume/metaobject/src/engine/ |
H A D | engine_input_property_manager.h | 37 void RemoveProperty(BASE_NS::string_view name) override;
|
H A D | engine_input_property_manager.cpp | 109 void EngineInputPropertyManager::RemoveProperty(BASE_NS::string_view name) in RemoveProperty() function in Internal::EngineInputPropertyManager
|
/foundation/graphic/graphic_3d/3d_scene_adapter/src/ |
H A D | scene_adapter.cpp | 390 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 D | object.h | 343 void RemoveProperty(const IProperty::Ptr& p) override 345 meta_->RemoveProperty(p);
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_metadata.h | 108 virtual void RemoveProperty(const IProperty::Ptr&) = 0;
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/ |
H A D | object_api.h | 352 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 D | a2dp_service.cpp | 648 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 D | a2dp_profile_peer.cpp | 1196 config->RemoveProperty(RawAddress::ConvertToString(peerAddress_.addr).GetAddress().c_str(), in SetOptionalCodecsSupportState()
|