/foundation/communication/bluetooth/services/bluetooth_standard/service/src/common/ |
D | adapter_device_config.cpp | 81 bool AdapterDeviceConfig::SetValue(const std::string §ion, const std::string &property, const i… in SetValue() 87 bool AdapterDeviceConfig::SetValue(const std::string §ion, const std::string &property, const s… in SetValue() 93 bool AdapterDeviceConfig::GetValue(const std::string §ion, const std::string &property, int &va… in GetValue() 99 bool AdapterDeviceConfig::GetValue(const std::string §ion, const std::string &property, std::st… in GetValue() 106 bool AdapterDeviceConfig::GetValue(const std::string §ion, const std::string &property, bool &v… in GetValue() 113 …const std::string §ion, const std::string &subSection, const std::string &property, const int … in SetValue() 119 …const std::string §ion, const std::string &subSection, const std::string &property, const std:… in SetValue() 126 …const std::string §ion, const std::string &subSection, const std::string &property, const bool… in SetValue() 133 …const std::string §ion, const std::string &subSection, const std::string &property, int &value) in GetValue() 140 …const std::string §ion, const std::string &subSection, const std::string &property, std::strin… in GetValue() [all …]
|
D | profile_config.cpp | 70 const std::string &addr, const std::string §ion, const std::string &property, int &value) in GetValue() 77 const std::string &addr, const std::string §ion, const std::string &property, bool &value) in GetValue() 84 const std::string &addr, const std::string §ion, const std::string &property, int &value) in SetValue() 94 const std::string &addr, const std::string §ion, const std::string &property, bool &value) in SetValue() 112 …g::RemoveProperty(const std::string &addr, const std::string §ion, const std::string &property) in RemoveProperty()
|
D | adapter_config.cpp | 68 bool AdapterConfig::GetValue(const std::string §ion, const std::string &property, int &value) in GetValue() 72 bool AdapterConfig::GetValue(const std::string §ion, const std::string &property, std::string &… in GetValue() 76 bool AdapterConfig::GetValue(const std::string §ion, const std::string &property, bool &value) in GetValue()
|
D | adapter_device_info.cpp | 75 bool AdapterDeviceInfo::GetValue(const std::string §ion, const std::string &property, std::stri… in GetValue() 81 bool AdapterDeviceInfo::GetValue(const std::string §ion, const std::string &property, bool &val… in GetValue() 87 bool AdapterDeviceInfo::GetValue(const std::string §ion, const std::string &property, int &valu… in GetValue()
|
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/util/ |
D | xml_parse.cpp | 71 const std::string §ion, const std::string &subSection, const std::string &property) in IntHasProperty() 89 xmlNodePtr §ionNode, xmlNodePtr &propertyNode, const std::string &property) in ConstructPropertyNode() 107 const std::string §ion, const std::string &subSection, const std::string &property) in FindOrCreatePropertyNode() 208 bool XmlParse::impl::HasProperty(xmlNodePtr node, const std::string &property) in HasProperty() 224 bool XmlParse::impl::RemoveProperty(xmlNodePtr node, const std::string &property) in RemoveProperty() 285 …const std::string §ion, const std::string &subSection, const std::string &property, int &value) in GetValue() 292 …const std::string §ion, const std::string &subSection, const std::string &property, std::strin… in GetValue() 299 …const std::string §ion, const std::string &subSection, const std::string &property, bool &valu… in GetValue() 306 …const std::string §ion, const std::string &subSection, const std::string &property, const int … in SetValue() 320 …const std::string §ion, const std::string &subSection, const std::string &property, const std:… in SetValue() [all …]
|
/foundation/windowmanager/wm/test/unittest/ |
D | avoid_area_controller_test.cpp | 96 sptr<WindowProperty> property = new WindowProperty(); variable 114 sptr<WindowProperty> property = new WindowProperty(); variable 131 sptr<WindowProperty> property = new WindowProperty(); variable 159 sptr<WindowProperty> property = new WindowProperty(); variable 265 sptr<WindowProperty> property = new WindowProperty(); variable 296 sptr<WindowProperty> property = new WindowProperty(); variable 317 sptr<WindowProperty> property = new WindowProperty(); variable
|
/foundation/graphic/standard/rosen/modules/render_service_client/core/animation/ |
D | rs_implicit_animation_param.h | 42 const RSAnimatableProperty& property, const T& startValue, const T& endValue) const in CreateAnimation() 64 const RSAnimatableProperty& property, const T& startValue, const T& endValue) const in CreateAnimation() 85 const RSAnimatableProperty& property, const T& startValue, const T& endValue) const in CreateAnimation() 121 const RSAnimatableProperty& property, const T& startValue, const T& endValue) const in CreateAnimation()
|
D | rs_curve_animation.h | 34 …RSCurveAnimation(const RSAnimatableProperty& property, const T& byValue) : RSPropertyAnimation<T>(… in RSCurveAnimation() 40 RSCurveAnimation(const RSAnimatableProperty& property, const T& startValue, const T& endValue) in RSCurveAnimation()
|
D | rs_path_animation.cpp | 27 RSPathAnimation::RSPathAnimation(const RSAnimatableProperty& property, const std::shared_ptr<RSPath… in RSPathAnimation() 34 …const RSAnimatableProperty& property, const std::string& path, const Vector2f& startValue, const V… in RSPathAnimation() 246 bool RSPathAnimation::IsAnimatablePathProperty(const RSAnimatableProperty& property) in IsAnimatablePathProperty()
|
D | rs_implicit_animator.h | 63 void SetPropertyValue(RSNode& target, const RSAnimatableProperty& property, const T& value) in SetPropertyValue()
|
D | rs_implicit_animator.cpp | 227 …icitAnimator::ProcessPreCreateAnimation(const RSNode& target, const RSAnimatableProperty& property) in ProcessPreCreateAnimation() 234 …citAnimator::ProcessPostCreateAnimation(const RSNode& target, const RSAnimatableProperty& property) in ProcessPostCreateAnimation() 277 RSNode& target, const RSAnimatableProperty& property, const T& startValue, const T& endValue) in CreateImplicitAnimation()
|
/foundation/ace/ace_engine/frameworks/core/animation/ |
D | spring_animation.cpp | 30 SpringAnimation::SpringAnimation(const RefPtr<SpringProperty>& property) in SpringAnimation() 37 SpringAnimation::SpringAnimation(const RefPtr<SpringProperty>& property, float velocity) in SpringAnimation() 44 SpringAnimation::SpringAnimation(const RefPtr<SpringProperty>& property, float velocity, float valu… in SpringAnimation()
|
/foundation/communication/netmanager_base/frameworks/js/napi/common/ |
D | napi_common.cpp | 63 napi_env env, napi_value object, const std::string &propertyName, bool property) in SetPropertyBool() 71 napi_env env, napi_value object, const std::string &propertyName, int32_t property) in SetPropertyInt32() 79 napi_env env, napi_value object, const std::string &propertyName, int64_t property) in SetPropertyInt64() 87 napi_env env, napi_value object, const std::string &propertyName, uint32_t property) in SetPropertyUint32() 95 napi_env env, napi_value object, const std::string &propertyName, const std::string &property) in SetPropertyString() 103 napi_env env, napi_value object, const std::string &propertyName, std::string &property) in GetPropertyString() 115 napi_env env, napi_value object, const std::string &propertyName, int32_t &property) in GetPropertyInt32() 123 napi_env env, napi_value object, const std::string &propertyName, int64_t &property) in GetPropertyInt64() 130 napi_value NapiCommon::NapiValueByInt32(napi_env env, int32_t property) in NapiValueByInt32()
|
/foundation/graphic/standard/rosen/modules/render_service_base/src/animation/ |
D | rs_property_accessors.cpp | 25 …ed_ptr<RSBasePropertyAccessors> RSBasePropertyAccessors::GetAccessor(RSAnimatableProperty property) in GetAccessor()
|
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/storage/src/sqlite/ |
D | sqlite_multi_ver_data_storage.cpp | 59 int SQLiteMultiVerDataStorage::CheckVersion(const Property &property, bool &isDbExist) const in CheckVersion() argument 78 int SQLiteMultiVerDataStorage::GetVersion(const Property &property, int &version, bool &isDbExisted… in GetVersion() argument 91 int SQLiteMultiVerDataStorage::Open(const Property &property) in Open() 376 int SQLiteMultiVerDataStorage::BackupCurrentDatabase(const Property &property, const std::string &d… in BackupCurrentDatabase() 388 int SQLiteMultiVerDataStorage::ImportDatabase(const Property &property, const std::string &dir, in ImportDatabase()
|
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/test/unittest/common/storage/ |
D | distributeddb_storage_single_ver_upgrade_test.cpp | 143 const OpenDbProperties &property) in CreateDatabase() 338 OpenDbProperties property = {dbPath, true, false, ORIG_DATABASE_V1}; variable 382 OpenDbProperties property = {dbPath, true, false, ORIG_DATABASE_V2}; variable 424 OpenDbProperties property = {dbPath, true, false, ORIG_DATABASE_V2}; variable 486 OpenDbProperties property = {dbPath, true, false, ORIG_DATABASE_V2}; variable 527 OpenDbProperties property = {dbPath, true, false, ORIG_DATABASE_V2}; variable 562 OpenDbProperties property = {dbPath, true, false, ORIG_DATABASE_V2}; variable
|
D | distributeddb_storage_memory_single_ver_naturall_store_test.cpp | 54 KvDBProperties property; in SetUp() local
|
/foundation/graphic/standard/rosen/modules/render_service_base/include/animation/ |
D | rs_render_property_animation.h | 72 …RSRenderPropertyAnimation(AnimationId id, const RSAnimatableProperty& property, const T& originVal… in RSRenderPropertyAnimation() 87 int32_t property = 0; in ParseParam() local
|
/foundation/windowmanager/utils/src/ |
D | window_property.cpp | 22 WindowProperty::WindowProperty(const sptr<WindowProperty>& property) in WindowProperty() 126 void WindowProperty::SetSystemBarProperty(WindowType type, const SystemBarProperty& property) in SetSystemBarProperty() 313 void WindowProperty::MapUnmarshalling(Parcel& parcel, sptr<WindowProperty>& property) in MapUnmarshalling() 343 sptr<WindowProperty> property(new WindowProperty()); in Unmarshalling() local 375 void WindowProperty::CopyFrom(const sptr<WindowProperty>& property) in CopyFrom()
|
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/storage/src/ |
D | storage_engine_manager.cpp | 29 std::string GetIdentifier(const KvDBProperties &property) in GetIdentifier() 34 int GetDatabaseType(const KvDBProperties &property) in GetDatabaseType() 50 StorageEngine *StorageEngineManager::GetStorageEngine(const KvDBProperties &property, int &errCode) in GetStorageEngine() 201 StorageEngine *StorageEngineManager::CreateStorageEngine(const KvDBProperties &property, int &errCo… in CreateStorageEngine()
|
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/storage/src/operation/ |
D | database_oper.cpp | 33 int DatabaseOper::ExecuteRekey(const CipherPassword &passwd, const KvDBProperties &property) in ExecuteRekey() 76 int DatabaseOper::GetCtrlFilePrefix(const KvDBProperties &property, std::string &filePrefix) const in GetCtrlFilePrefix() argument 90 int DatabaseOper::RekeyRecover(const KvDBProperties &property) in RekeyRecover() 223 int DatabaseOper::CreateBackupDirForExport(const KvDBProperties &property, std::string ¤tDir, in CreateBackupDirForExport() 297 int DatabaseOper::CreateStatusCtrlFile(const KvDBProperties &property, std::string &orgCtrlFile, in CreateStatusCtrlFile() 376 int DatabaseOper::GetWorkDir(const KvDBProperties &property, std::string &workDir) in GetWorkDir() 418 void DatabaseOper::InitImportFileInfo(ImportFileInfo &info, const KvDBProperties &property) in InitImportFileInfo()
|
/foundation/windowmanager/wmserver/src/ |
D | drag_controller.cpp | 94 auto property = node->GetWindowProperty(); in FinishDrag() local 135 sptr<WindowProperty> property = windowNode->GetWindowProperty(); in GetHitPoint() local
|
D | window_controller.cpp | 35 WMError WindowController::CreateWindow(sptr<IWindow>& window, sptr<WindowProperty>& property, in CreateWindow() 62 WMError WindowController::AddWindowNode(sptr<WindowProperty>& property) in AddWindowNode() 184 auto property = node->GetWindowProperty(); in ResizeRect() local 412 auto property = node->GetWindowProperty(); in SetWindowType() local 431 auto property = node->GetWindowProperty(); in SetWindowFlags() local 442 …roller::SetSystemBarProperty(uint32_t windowId, WindowType type, const SystemBarProperty& property) in SetSystemBarProperty() 578 WMError WindowController::UpdateProperty(sptr<WindowProperty>& property, PropertyChangeAction actio… in UpdateProperty()
|
D | window_layout_policy_cascade.cpp | 120 auto property = node->GetWindowProperty(); in AddWindowNode() local 191 auto property = node->GetWindowProperty(); in UpdateLayoutRect() local 390 auto property = (*iter)->GetWindowProperty(); in GetCurCascadeRect() local 431 auto property = node->GetWindowProperty(); in SetCascadeRect() local
|
/foundation/windowmanager/wmserver/include/ |
D | window_node.h | 30 WindowNode(const sptr<WindowProperty>& property, const sptr<IWindow>& window, in WindowNode()
|