Home
last modified time | relevance | path

Searched refs:entraDataJson (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dnetwork_agent_template.cpp71 nlohmann::json entraDataJson = nlohmann::json::parse(info.GetExtraData(), nullptr, false); in ConnectOnlineDevices() local
72 if (entraDataJson.is_discarded()) { in ConnectOnlineDevices()
76 if (!Utils::IsInt32(entraDataJson, PARAM_KEY_OS_TYPE)) { in ConnectOnlineDevices()
80 int32_t osType = entraDataJson[PARAM_KEY_OS_TYPE].get<int32_t>(); in ConnectOnlineDevices()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp784 nlohmann::json entraDataJson = nlohmann::json::parse(infoTemp.extraData, nullptr, false); in IsSupportedDevice() local
785 if (entraDataJson.is_discarded()) { in IsSupportedDevice()
789 if (!Utils::IsInt32(entraDataJson, PARAM_KEY_OS_TYPE)) { in IsSupportedDevice()
793 int32_t osType = entraDataJson[PARAM_KEY_OS_TYPE].get<int32_t>(); in IsSupportedDevice()