Home
last modified time | relevance | path

Searched refs:GetSubNode (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/serializable/
H A Dserializable.cpp68 auto &subNode = GetSubNode(node, name); in GetValue()
78 auto &subNode = GetSubNode(node, name); in GetValue()
88 auto &subNode = GetSubNode(node, name); in GetValue()
98 auto &subNode = GetSubNode(node, name); in GetValue()
108 auto &subNode = GetSubNode(node, name); in GetValue()
118 auto &subNode = GetSubNode(node, name); in GetValue()
128 auto &subNode = GetSubNode(node, name); in GetValue()
146 auto &subNode = GetSubNode(node, name); in GetValue()
156 auto &subNode = GetSubNode(node, name); in GetValue()
216 const Serializable::json &Serializable::GetSubNode(const json &node, const std::string &name) in GetSubNode() function in OHOS::DistributedData::Serializable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dserializable.cpp67 auto &subNode = GetSubNode(node, name); in GetValue()
77 auto &subNode = GetSubNode(node, name); in GetValue()
87 auto &subNode = GetSubNode(node, name); in GetValue()
97 auto &subNode = GetSubNode(node, name); in GetValue()
107 auto &subNode = GetSubNode(node, name); in GetValue()
117 auto &subNode = GetSubNode(node, name); in GetValue()
127 auto &subNode = GetSubNode(node, name); in GetValue()
137 auto &subNode = GetSubNode(node, name); in GetValue()
191 const Serializable::json &Serializable::GetSubNode(const json &node, const std::string &name) in GetSubNode() function in OHOS::Serializable
/ohos5.0/base/inputmethod/imf/services/json/src/
H A Dserializable.cpp56 auto subNode = GetSubNode(node, name); in GetValue()
67 auto subNode = GetSubNode(node, name); in GetValue()
78 auto subNode = GetSubNode(node, name); in GetValue()
94 auto subNode = GetSubNode(node, name); in GetValue()
105 auto object = GetSubNode(node, name); in GetValue()
131 cJSON *Serializable::GetSubNode(cJSON *node, const std::string &name) in GetSubNode() function in OHOS::MiscServices::Serializable
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/serializable/
H A Dserializable.cpp46 auto subNode = GetSubNode(node, name); in GetValue()
86 auto subNode = GetSubNode(node, name); in GetValue()
96 auto subNode = GetSubNode(node, name); in GetValue()
109 auto subNode = GetSubNode(node, name); in GetValue()
197 Serializable::json Serializable::GetSubNode(const json node, const std::string &name) in GetSubNode() function in OHOS::DistributedData::Serializable
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/
H A Dserializable.h77 auto &subNode = GetSubNode(node, name); in GetValue()
95 auto &subNode = GetSubNode(node, name); in GetValue()
120 API_EXPORT static const json &GetSubNode(const json &node, const std::string &name);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/serializable/
H A Dserializable.h120 API_EXPORT static const json &GetSubNode(const json &node, const std::string &name);
126 auto &subNode = GetSubNode(node, name); in GetValue()
154 auto &subNode = GetSubNode(node, name); in GetValue()
179 auto &subNode = GetSubNode(node, name); in GetValue()
217 auto &subNode = GetSubNode(node, name); in GetValue()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/serializable/
H A Dserializable.h94 auto subNode = GetSubNode(node, name); in GetValue()
122 auto subNode = GetSubNode(node, name); in GetNumber()
130 API_EXPORT static json GetSubNode(const json node, const std::string &name);
/ohos5.0/base/inputmethod/imf/services/json/include/
H A Dserializable.h46 auto subNode = GetSubNode(node, name);
86 static cJSON *GetSubNode(cJSON *node, const std::string &name);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/model/
H A Dcomponent_config.cpp37 const auto &subNode = GetSubNode(node, GET_NAME(params)); in Unmarshal()
/ohos5.0/base/inputmethod/imf/services/adapter/settings_data_provider/src/
H A Denable_ime_data_parser.cpp271 auto subNode = Serializable::GetSubNode(root, "enableImeList"); in GetGlobalTableUserId()
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.h409 const nlohmann::json& GetSubNode(const nlohmann::json& node, const std::string& name);
H A Davsession_service.cpp1770 const nlohmann::json& AVSessionService::GetSubNode(const nlohmann::json& node, const std::string& n… in GetSubNode() function in OHOS::AVSession::AVSessionService
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/
H A Davsessionservice_fuzzer.cpp554 avsessionService_->GetSubNode(value, "FAKE_NAME"); in GetSubNode001()
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_service_test.cpp789 avservice_->GetSubNode(value, "FAKE_NAME");