Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dnetwork_agent_template.cpp78 nlohmann::json entraDataJson = nlohmann::json::parse(info.GetExtraData(), nullptr, false); in ConnectOnlineDevices() local
79 if (entraDataJson.is_discarded()) { in ConnectOnlineDevices()
80 LOGE("entraDataJson parse failed."); in ConnectOnlineDevices()
83 if (!Utils::IsInt32(entraDataJson, PARAM_KEY_OS_TYPE)) { in ConnectOnlineDevices()
87 int32_t osType = entraDataJson[PARAM_KEY_OS_TYPE].get<int32_t>(); in ConnectOnlineDevices()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp834 nlohmann::json entraDataJson = nlohmann::json::parse(infoTemp.extraData, nullptr, false); in IsSupportedDevice() local
835 if (entraDataJson.is_discarded()) { in IsSupportedDevice()
836 LOGE("entraDataJson parse failed."); in IsSupportedDevice()
839 if (!Utils::IsInt32(entraDataJson, PARAM_KEY_OS_TYPE)) { in IsSupportedDevice()
843 int32_t osType = entraDataJson[PARAM_KEY_OS_TYPE].get<int32_t>(); in IsSupportedDevice()

Completed in 3 milliseconds