Lines Matching refs:objectId
735 std::string objectId;
736 ret = params.GetString("objectId", &objectId);
738 if (!ToolchainUtils::StrToInt32(objectId, paramsObject->objectId_)) {
739 error += "Failed to convert 'objectId' from string to int;";
742 error += "Unknown or wrong type of 'objectId';";
798 std::string objectId;
799 ret = params.GetString("objectId", &objectId);
801 if (!ToolchainUtils::StrToInt32(objectId, paramsObject->objectId_)) {
802 error += "Failed to convert 'objectId' from string to int;";
805 error += "Wrong type of 'objectId';";
1014 std::string objectId;
1015 ret = params.GetString("objectId", &objectId);
1017 if (!ToolchainUtils::StrToInt32(objectId, paramsObject->objectId_)) {
1018 error += "Failed to convert 'objectId' from string to int;";
1021 error += "Wrong type of 'objectId';";
1037 std::string objectId;
1038 ret = params.GetString("objectId", &objectId);
1040 if (!ToolchainUtils::StrToInt32(objectId, paramsObject->objectId_)) {
1041 error += "Failed to convert 'objectId' from string to int;";
1044 error += "Wrong type of 'objectId';";