Searched refs:JSON_WINDOW_ID (Results 1 – 5 of 5) sorted by relevance
64 const std::string JsonTagConstants::JSON_WINDOW_ID = "windowId"; member in OHOS::Security::SecurityComponent::JsonTagConstants292 if ((jsonSrc.find(JsonTagConstants::JSON_WINDOW_ID) == jsonSrc.end()) || in FromJson()293 !jsonSrc.at(JsonTagConstants::JSON_WINDOW_ID).is_number()) { in FromJson()294 … SC_LOG_ERROR(LABEL, "json: %{public}s tag invalid.", JsonTagConstants::JSON_WINDOW_ID.c_str()); in FromJson()297 windowId_ = jsonSrc.at(JsonTagConstants::JSON_WINDOW_ID).get<int32_t>(); in FromJson()355 jsonRes[JsonTagConstants::JSON_WINDOW_ID] = windowId_; in ToJson()
73 jsonComponent[JsonTagConstants::JSON_WINDOW_ID] = 0; in BuildLocationComponentInfo()129 jsonComponent[JsonTagConstants::JSON_WINDOW_ID] = 0; in BuildSaveComponentInfo()185 jsonComponent[JsonTagConstants::JSON_WINDOW_ID] = 0; in BuildPasteComponentInfo()
73 jsonComponent[JsonTagConstants::JSON_WINDOW_ID] = 0; in BuildLocationComponentJson()129 jsonComponent[JsonTagConstants::JSON_WINDOW_ID] = 0; in BuildSaveComponentJson()185 jsonComponent[JsonTagConstants::JSON_WINDOW_ID] = 0; in BuildPasteComponentJson()
111 jsonComponent[JsonTagConstants::JSON_WINDOW_ID] = 0; in ConstructLocationJson()153 jsonComponent[JsonTagConstants::JSON_WINDOW_ID] = 0; in ConstructSaveJson()194 jsonComponent[JsonTagConstants::JSON_WINDOW_ID] = 0; in ConstructPasteJson()
80 static const std::string JSON_WINDOW_ID; variable