Home
last modified time | relevance | path

Searched defs:inPath (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dvalue_object.cpp107 int ValueObject::GetFieldTypeByFieldPath(const FieldPath &inPath, FieldType &outType) const in GetFieldTypeByFieldPath() argument
115 int ValueObject::GetFieldValueByFieldPath(const FieldPath &inPath, FieldValue &outValue) const in GetFieldValueByFieldPath() argument
123 int ValueObject::GetSubFieldPath(const FieldPath &inPath, std::set<FieldPath> &outSubPath) const in GetSubFieldPath() argument
131 int ValueObject::GetSubFieldPath(const std::set<FieldPath> &inPath, std::set<FieldPath> &outSubPath… in GetSubFieldPath() argument
139 int ValueObject::GetSubFieldPathAndType(const FieldPath &inPath, std::map<FieldPath, FieldType> &ou… in GetSubFieldPathAndType() argument
147 int ValueObject::GetSubFieldPathAndType(const std::set<FieldPath> &inPath, in GetSubFieldPathAndType()
156 int ValueObject::InsertField(const FieldPath &inPath, FieldType inType, const FieldValue &inValue) in InsertField()
165 int ValueObject::DeleteField(const FieldPath &inPath) in DeleteField()
H A Djson_object.cpp261 int JsonObject::GetFieldTypeByFieldPath(const FieldPath &inPath, FieldType &outType) const in GetFieldTypeByFieldPath() argument
275 int JsonObject::GetFieldValueByFieldPath(const FieldPath &inPath, FieldValue &outValue) const in GetFieldValueByFieldPath() argument
313 int JsonObject::GetSubFieldPath(const FieldPath &inPath, std::set<FieldPath> &outSubPath) const in GetSubFieldPath() argument
377 int JsonObject::GetSubFieldPathAndType(const std::set<FieldPath> &inPath, in GetSubFieldPathAndType()
389 int JsonObject::GetArraySize(const FieldPath &inPath, uint32_t &outSize) const in GetArraySize() argument
407 int JsonObject::GetArrayContentOfStringOrStringArray(const FieldPath &inPath, in GetArrayContentOfStringOrStringArray()
500 int JsonObject::MoveToPath(const FieldPath &inPath, Json::Value *&exact, Json::Value *&nearest) in MoveToPath()
523 int JsonObject::InsertField(const FieldPath &inPath, const JsonObject &inValue, bool isAppend) in InsertField()
572 int JsonObject::DeleteField(const FieldPath &inPath) in DeleteField()
693 int JsonObject::LocateJsonValueByFieldPath(const FieldPath &inPath, Json::Value *&exact, in LocateJsonValueByFieldPath()
[all …]
H A Dschema_object.cpp213 int SchemaObject::CheckQueryableAndGetFieldType(const FieldPath &inPath, FieldType &outType) const in CheckQueryableAndGetFieldType() argument
350 int SchemaObject::ExtractValue(ValueSource sourceType, RawString inPath, const RawValue &inValue, in ExtractValue()
581 …ject::CheckSchemaDefineItemDecideAttribute(const JsonObject& inJsonObject, const FieldPath &inPath, in CheckSchemaDefineItemDecideAttribute()
1075 …::string ValueFieldType(const std::map<FieldPath, FieldType> &subPathType, const FieldPath &inPath) in ValueFieldType()
H A Dflatbuffer_schema.cpp273 RawString CheckDollarDotAndSkipIt(RawString inPath) in CheckDollarDotAndSkipIt()
426 int SchemaObject::FlatBufferSchema::ExtractFlatBufferValue(RawString inPath, const RawValue &inValu… in ExtractFlatBufferValue()
992 int SchemaObject::FlatBufferSchema::ExtractFlatBufferValue(RawString inPath, const RawValue &inValu… in ExtractFlatBufferValue()
H A Dschema_utils.cpp495 std::string SchemaUtils::FieldPathString(const FieldPath &inPath) in FieldPathString()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/
H A Dfile_monitor.cpp79 void FileMonitor::CleanPath(const string_view inPath, string& path) in CleanPath()
96 bool FileMonitor::AddPath(const string_view inPath) in AddPath()
118 bool FileMonitor::RemovePath(const string_view inPath) in RemovePath()
142 bool FileMonitor::IsWatchingDirectory(const string_view inPath) in IsWatchingDirectory()
155 bool FileMonitor::IsWatchingSubDirectory(const string_view inPath) in IsWatchingSubDirectory()
/ohos5.0/base/startup/appspawn/service/hnp/base/
H A Dhnp_zip.c59 static bool TransWidePath(const char *inPath, wchar_t *outPath) in TransWidePath()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp523 std::string inPath = { "" }, roPath = { "" }; local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp1915 …ls::JsonExtractInnerFunc(sqlite3_context *ctx, const ValueObject &inValue, const FieldPath &inPath) in JsonExtractInnerFunc()
1982 RawString inPath) in FlatBufferExtractInnerFunc()