Searched defs:Unmarshal (Results 1 - 4 of 4) sorted by relevance
/base/security/security_guard/frameworks/common/json/src/ |
H A D | json_cfg.cpp | 19 bool JsonCfg::Unmarshal(uint64_t &data, nlohmann::json jsonObj, std::string key) in Unmarshal() function in OHOS::Security::SecurityGuard::JsonCfg 26 bool JsonCfg::Unmarshal(int64_t &data, nlohmann::json jsonObj, std::string key) in Unmarshal() function in OHOS::Security::SecurityGuard::JsonCfg 33 bool JsonCfg::Unmarshal(uint32_t &data, nlohmann::json jsonObj, std::string key) in Unmarshal() function in OHOS::Security::SecurityGuard::JsonCfg 40 bool JsonCfg::Unmarshal(int32_t &data, nlohmann::json jsonObj, std::string key) in Unmarshal() function in OHOS::Security::SecurityGuard::JsonCfg 47 bool JsonCfg::Unmarshal(std::string &data, nlohmann::json jsonObj, std::string key) in Unmarshal() function in OHOS::Security::SecurityGuard::JsonCfg 54 bool JsonCfg::Unmarshal(std::vector<int32_t> &data, nlohmann::json jsonObj, std::string key) in Unmarshal() function in OHOS::Security::SecurityGuard::JsonCfg 67 bool JsonCfg::Unmarshal(std::vector<std::string> &data, nlohmann::json jsonObj, std::string key) in Unmarshal() function in OHOS::Security::SecurityGuard::JsonCfg 80 bool JsonCfg::Unmarshal(std::vector<int64_t> &data, nlohmann::json jsonObj, std::string key) in Unmarshal() function in OHOS::Security::SecurityGuard::JsonCfg
|
/base/security/security_guard/frameworks/common/json/include/ |
H A D | json_cfg.h | 43 static bool Unmarshal(T &data, nlohmann::json jsonObj, std::string key)
in Unmarshal() function in OHOS::Security::SecurityGuard::JsonCfg 51 static bool Unmarshal(st function in OHOS::Security::SecurityGuard::JsonCfg [all...] |
/base/inputmethod/imf/common/include/ |
H A D | itypes_util.h | 188 bool ITypesUtil::Unmarshal(MessageParcel &parcel, T &first, Types &...others) in Unmarshal() function in OHOS::MiscServices::ITypesUtil
|
/base/inputmethod/imf/common/src/ |
H A D | itypes_util.cpp | 28 bool ITypesUtil::Unmarshal(MessageParcel &data) in Unmarshal() function in OHOS::MiscServices::ITypesUtil [all...] |
Completed in 4 milliseconds